First round of changes
This commit is contained in:
@@ -28,7 +28,7 @@ nav {
|
||||
.item {
|
||||
flex: 1;
|
||||
&:hover {
|
||||
background-color: $l5r5e-label;
|
||||
background-color: $chi-tab-hover;
|
||||
color: $white-light;
|
||||
text-shadow: none;
|
||||
clip-path: polygon(
|
||||
@@ -44,7 +44,7 @@ nav {
|
||||
}
|
||||
}
|
||||
.item.active {
|
||||
background-color: rgba(73, 12, 11, 0.85);
|
||||
background-color: $chi-tab-active;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
clip-path: polygon(
|
||||
0% var(--notchSize),
|
||||
@@ -58,7 +58,7 @@ nav {
|
||||
);
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(73, 12, 11, 0.85);
|
||||
background-color: $chi-tab-active;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user