This commit is contained in:
parent
4d3ac51569
commit
501b5715b0
@ -8,18 +8,18 @@
|
|||||||
/* GLOBALS */
|
/* GLOBALS */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background-bright: #fdfcfa;
|
--background-bright: #323232;
|
||||||
--background: #ecebe9;
|
--background: #2a2a2a;
|
||||||
--line: rgba(0,0,0,0.1);
|
--line: rgba(0,0,0,0.1);
|
||||||
--greenlink: #327117;
|
--greenlink: #47b625;
|
||||||
--greenlink-hover: #47b625;
|
--greenlink-hover: #82e24f;
|
||||||
--warning: #f7cf04;
|
--warning: #f7cf04;
|
||||||
--error: #d95757;
|
--error: #d95757;
|
||||||
--link: #286a9d;
|
--link: #5da9fb;
|
||||||
--link-hover: #3ea5f3;
|
--link-hover: #81ccfb;
|
||||||
--shadow: 8px -5px rgba(0,0,0,0.1);
|
--shadow: 8px -5px rgba(0,0,0,0.1);
|
||||||
--text: #414040;
|
--text: #d9d9d9;
|
||||||
--text-code: #a7674e;
|
--text-code: #d48163;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
Loading…
Reference in New Issue
Block a user