webbed-site/themes/moon.css

20 lines
551 B
CSS
Raw Normal View History

:root {
--bgColor: #000040;
--fgColor: #D8DAFF;
--metaColor: #141C36;
--headColor: #A0A8F4;
--linkColor: #FF72F7;
--hovColor: #6BB6E5;
--bgSelect: #453355;
--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);
--bullet: url("/img/pastelstar.gif")
}
2024-09-26 12:47:17 -05:00
ul.update {
list-style-image: url("/img/upup.gif");
}