feat: tidy style and layout
This commit is contained in:
@@ -11,11 +11,11 @@ html {
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
height: 40px;
|
||||
background-color: #eee;
|
||||
background-color: #87878D;
|
||||
border-radius: 16px;
|
||||
|
||||
&:hover {
|
||||
background-color: #C2C2C2;
|
||||
background-color: #A9A9B3;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -73,11 +73,3 @@ a {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: $navbar-background-color;
|
||||
|
||||
.dark-theme & {
|
||||
background-color: $navbar-background-color-dark;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user