We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d0ebc commit 7befd19Copy full SHA for 7befd19
1 file changed
apps/frontend/app/assets/css/scrollbar.css
@@ -5,11 +5,11 @@
5
6
::-webkit-scrollbar-thumb:hover {
7
border: 2px solid transparent;
8
- background: var(--primary) /.45;
+ --at-apply: "bg-primary/45"
9
}
10
11
::-webkit-scrollbar-thumb {
12
- background: var(--primary) /.34;
+ --at-apply: "bg-primary/34"
13
border-radius: 4px;
14
border: 1px solid transparent;
15
background-clip: content-box;
0 commit comments