15 lines
No EOL
447 B
CSS
15 lines
No EOL
447 B
CSS
:root {
|
|
--bgColor: #000040;
|
|
--fgColor: #D8DAFF;
|
|
--metaColor: #141C36;
|
|
--headColor: #A0A8F4;
|
|
--linkColor: #FF72F7;
|
|
--hovColor: #6BB6E5;
|
|
--bgSelect: #6c7086;
|
|
--sidebarUrl: url("/img/stars.gif") repeat;
|
|
background-color: #030314;
|
|
background-size: 10px 10px;
|
|
background-image:
|
|
linear-gradient(to right, #1C1736 1px, transparent 1px),
|
|
linear-gradient(to bottom, #1C1736 1px, transparent 1px);
|
|
} |