10 lines
259 B
SCSS
10 lines
259 B
SCSS
|
:root {
|
||
|
--accent: rgb(35,176,255);
|
||
|
--accent-alpha-20: rgba(35,176,255,.2);
|
||
|
--accent-alpha-70: rgba(35,176,255,.7);
|
||
|
--background: #1D1E28;
|
||
|
--color: whitesmoke;
|
||
|
--border-color: rgba(255, 255, 255, .1);
|
||
|
--footnote-color: rgba(255, 255, 255, .5);
|
||
|
}
|