Added palette to desktop.css. Effectively a nullop as no styles are using css vars yet.

This commit is contained in:
alexwykoff
2019-01-08 21:15:17 +00:00
parent c0ebc5628d
commit cea213cb4d

View File

@ -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;
}