Skip to content

Commit 66d798d

Browse files
style: reformat code
1 parent 5809047 commit 66d798d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/styles/custom.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,40 +31,40 @@
3131

3232
/* Custom scrollbar */
3333
::-webkit-scrollbar {
34-
width: 4px;
34+
width: 4px;
3535
}
3636

3737
::-webkit-scrollbar-track {
38-
background-color: #F5F5F5;
39-
border-radius: 2px;
38+
background-color: #f5f5f5;
39+
border-radius: 2px;
4040
}
4141

4242
::-webkit-scrollbar-thumb {
43-
background-color: #C1C1C1;
44-
border-radius: 2px;
43+
background-color: #c1c1c1;
44+
border-radius: 2px;
4545
}
4646

4747
::-webkit-scrollbar-thumb:hover {
48-
background-color: #A8A8A8;
48+
background-color: #a8a8a8;
4949
}
5050

5151
:root[data-theme="dark"] ::-webkit-scrollbar-track {
52-
background-color: #2D2A32;
52+
background-color: #2d2a32;
5353
}
5454

5555
:root[data-theme="dark"] ::-webkit-scrollbar-thumb {
56-
background-color: #4A4458;
56+
background-color: #4a4458;
5757
}
5858

5959
:root[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
60-
background-color: #5A5466;
60+
background-color: #5a5466;
6161
}
6262

6363
* {
64-
scrollbar-width: thin;
65-
scrollbar-color: #C1C1C1 #F5F5F5;
64+
scrollbar-width: thin;
65+
scrollbar-color: #c1c1c1 #f5f5f5;
6666
}
6767

6868
:root[data-theme="dark"] * {
69-
scrollbar-color: #4A4458 #2D2A32;
69+
scrollbar-color: #4a4458 #2d2a32;
7070
}

0 commit comments

Comments
 (0)