You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
213 B
10 lines
213 B
6 years ago
|
:root {
|
||
|
--accent: rgb(238,114,241);
|
||
|
--accent-alpha-70: rgba(238,114,241,.7);
|
||
|
--accent-alpha-20: rgba(238,114,241,.2);
|
||
|
|
||
|
--background: #21202C;
|
||
|
--color: white;
|
||
|
--border-color: rgba(255, 255, 255, .1);
|
||
|
}
|