mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-18 10:30:49 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
border-radius: 8px;
|
||||
background-color: $gray-200;
|
||||
background-color: mix($body-bg, $body-color, 95%);
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
border-radius: 8px;
|
||||
border: 2px solid transparent;
|
||||
background-clip: content-box;
|
||||
background-color: $gray-500;
|
||||
background-color: mix($body-bg, $body-color, 70%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user