mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
Fix the 'finer details' with the handbook UI
This commit is contained in:
@@ -11,6 +11,7 @@ html {
|
|||||||
--background-color: #25294a;
|
--background-color: #25294a;
|
||||||
--primary-color: #2d325a;
|
--primary-color: #2d325a;
|
||||||
--secondary-color: #202442;
|
--secondary-color: #202442;
|
||||||
|
--accent-color: #4b5396;
|
||||||
|
|
||||||
--text-primary-color: #FFFFFF;
|
--text-primary-color: #FFFFFF;
|
||||||
--unselected-color: #c7c8d0;
|
--unselected-color: #c7c8d0;
|
||||||
@@ -82,6 +83,6 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: #4b5396;
|
background: var(--accent-color);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,10 +17,11 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.1s ease-in-out all;
|
box-shadow: 0 0 10px 5px var(--accent-color);
|
||||||
box-shadow: 0 0 10px 5px var(--primary-color);
|
|
||||||
scale: 1.01;
|
scale: 1.01;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
transition: 0.1s ease-in-out all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.HomeButton:hover {
|
.HomeButton:hover {
|
||||||
|
|||||||
@@ -11,9 +11,10 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.1s ease-in-out all;
|
|
||||||
backdrop-filter: brightness(0.9);
|
backdrop-filter: brightness(0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
transition: 0.2s ease-in-out all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SideBarButton_Icon {
|
.SideBarButton_Icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user