Added palette to desktop.css. Effectively a nullop as no styles are using css vars yet.
This commit is contained in:
@ -1,3 +1,15 @@
|
||||
:root {
|
||||
--i2poffblack: #070425;
|
||||
--i2poffwhite: #f6f6fa;
|
||||
--i2ppurple: #222187;
|
||||
--i2pmidblue: #265ea7;
|
||||
--i2plightblue: #9dabd5;
|
||||
--i2pdarkblue: #2d4470;
|
||||
--i2plightgreen: #709fa6;
|
||||
--i2pctablue: #00ffff;
|
||||
--i2pgrey: #333333;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-top: 0.625em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user