webbed-site/themes/peach.css

21 lines
633 B
CSS
Raw Normal View History

:root {
--bgColor: #FFFAFC;
--fgColor: #6e5854;
--metaColor: #FFEFF1;
--headColor: #E05969;
--linkColor: #BC2F3F;
--hovColor: #e3868f;
--bgSelect: #fab0b8;
2024-12-12 20:47:37 -06:00
--sidebarUrl: url("/img/theme/peach.jpeg") repeat;
--bullet: url("/img/theme/kingluludeer_peach.png");
--theme-image: url("/img/theme/kittea_paws.gif");
background-color: white;
background-size: 10px 10px;
background-image:
linear-gradient(to right, #FFEFF1 1px, transparent 1px),
linear-gradient(to bottom, #FFEFF1 1px, transparent 1px);
}
2024-09-26 12:47:17 -05:00
ul.update {
2024-12-12 20:47:37 -06:00
list-style-image: url("/img/theme/loveup.gif");
}