1
0
Fork 0

New poem: Yuzu

This commit is contained in:
Lethe Beltane 2023-04-25 15:39:34 -05:00
parent 94769dc920
commit 75561e6790
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
19 changed files with 221 additions and 74 deletions

View file

@ -1,9 +1,9 @@
<!--
/* "Feathers" for Layout V4 */
/* "Regalia" for Layout V4 */
body {
background-color: #32838f;
background-color: #5c7e70;
font-family: monospace;
color: #FFFFFF;
max-width:900px;
@ -12,12 +12,6 @@ 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;
}
@ -30,14 +24,21 @@ a, a:visited {
color: inherit;
}
.box, .card, nav {
.box, .card, nav, .check {
margin-top: 3%;
margin-left: auto;
margin-right: auto;
background: #242424;
padding: 10px 10px 5px 20px;
}
.box, .card, nav {
background: #000000;
}
.check {
background: #1114;
}
.box-smaller {
max-width: 700px;
}
@ -61,15 +62,15 @@ hr {
}
b, strong {
color: #fff27b;
color: yellow;
}
code {
color: #856b88;
color: violet;
}
i, em {
color: #e29a87;
color: red;
}
img.big {