mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-28 02:16:10 +00:00
Merge pull request #13 from Fluffy-Bean/deepsource-transform-0eed8499
style: format code with Prettier
This commit is contained in:
commit
8fc0bd849e
|
@ -5,10 +5,18 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
scrollbar-color: $accent transparent;
|
scrollbar-color: $accent transparent;
|
||||||
::-webkit-scrollbar { width: 8px }
|
::-webkit-scrollbar {
|
||||||
::-webkit-scrollbar-track { background: transparent }
|
width: 8px;
|
||||||
::-webkit-scrollbar-thumb { background: $accent }
|
}
|
||||||
::-webkit-scrollbar-thumb:hover { background: $accent }
|
::-webkit-scrollbar-track {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: $accent;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: $accent;
|
||||||
|
}
|
||||||
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
$dark: #312620;
|
$dark: #312620;
|
||||||
$gray: #382e28;
|
$gray: #382e28;
|
||||||
$light: #f0e9e4;
|
$light: #f0e9e4;
|
||||||
$accent: #A86338;
|
$accent: #a86338;
|
||||||
|
|
||||||
$radius: 4px;
|
$radius: 4px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue