1
0
Fork 0

New post: I uninstalled my RSS feed reader

This commit is contained in:
Lethe Beltane 2022-08-17 13:32:36 -05:00
parent 3047a3b3fb
commit 7c124593e8
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
12 changed files with 304 additions and 163 deletions

View file

@ -1,9 +1,9 @@
<!--
/* "Crow" for Layout V4 */
/* "Feathers" for Layout V4 */
body {
background-color: #cecece;
background-color: #32838f;
font-family: monospace;
color: #FFFFFF;
max-width:900px;
@ -12,12 +12,18 @@ body {
margin-bottom: 10px;
}
#index-header {
background-image: url("img/feather_red.png"), url("img/feather_blue.png");
background-repeat: no-repeat, no-repeat;
background-position: left, right;
}
.center {
text-align: center;
}
.index {
max-width: 670px;
max-width: 551px;
}
a, a:visited {
@ -50,11 +56,15 @@ hr {
}
b, strong {
color: #80ff80;
color: #fff27b;
}
i, em, code {
color: #ccffcc;
code {
color: #856b88;
}
i, em {
color: #e29a87;
}
img.big {