20 lines
561 B
CSS
20 lines
561 B
CSS
|
:root {
|
||
|
--bgColor: #FFFAFC;
|
||
|
--fgColor: #6e5854;
|
||
|
--metaColor: #FFEFF1;
|
||
|
--headColor: #E05969;
|
||
|
--linkColor: #BC2F3F;
|
||
|
--hovColor: #e3868f;
|
||
|
--bgSelect: #fab0b8;
|
||
|
--sidebarUrl: url("/img/peach.jpeg") repeat;
|
||
|
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);
|
||
|
--bullet: url("/img/kingluludeer_peach.png")
|
||
|
}
|
||
|
|
||
|
.update ul {
|
||
|
list-style-image: url("/img/loveup.gif");
|
||
|
}
|