First round of changes

This commit is contained in:
2026-04-23 14:27:33 +02:00
parent f72230dd39
commit abe35cb537
45 changed files with 1860 additions and 56 deletions

View File

@@ -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;
}
}