blob: d3a6a4cd653da2d58556e0316b3a0a9dd3fc9dad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
:root {
--text: #FCFFFD;
--text-alt: var(--text);
--page-background: #11171a;
--background: #222d33;
--background-alt: #4d5f69;
--disk-a: #E16D82;
--disk-a-text: #FDC0C4;
--disk-b: #73D0C5;
--disk-b-text: #C0FDEB;
}
|