mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
comment invalid scss
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ a {
|
||||
/* Scrollbars */
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #118bee auto;
|
||||
/* scrollbar-color: #118bee auto; */
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
|
||||
@@ -41,7 +41,8 @@ a {
|
||||
/* Scrollbars */
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: $link auto;
|
||||
// invalid line
|
||||
// scrollbar-color: $link auto;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user