this repo has no description
1:root {
2 // --accent: rgb(120,226,160);
3 // --accent-alpha-20: rgba(120,226,160,.2);
4 // --accent-alpha-70: rgba(120,226,160,.7);
5 --accent: rgb(72, 251, 53);
6 --accent-alpha-20: rgba(72, 251, 53,.2);
7 --accent-alpha-70: rgba(72, 251, 53,.7);
8 --background: #1F222A;
9 --color: whitesmoke;
10 --border-color: rgba(255, 255, 255, .1);
11 --footnote-color: rgba(255, 255, 255, .5);
12}