1
0
Fork 0

New post: Your only sin was caring too much

This commit is contained in:
Lethe Beltane 2024-04-30 21:57:45 -05:00
parent cb50304dcf
commit d260aec226
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
14 changed files with 204 additions and 29 deletions

View file

@ -1,6 +1,6 @@
<!--
/* "Bartz" for Layout V4 */
/* "Kuja" for Layout V4 */
/* https://web.archive.org/web/20240310130126/http://eastfarthing.com/luculent/ */
@ -11,22 +11,6 @@
font-style: normal;
}
/*
@font-face {
font-family: 'LuculentBoldItalic';
src: url('./css/fonts/luculentbi.woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'LuculentItalic';
src: url('./css/fonts/luculenti.woff');
font-weight: normal;
font-style: italic;
}
*/
@font-face {
font-family: 'LuculentRegular';
src: url('./css/fonts/luculent.woff');
@ -35,7 +19,7 @@
}
body {
background-color: #cfaf6a;
background-color: #444f7c;
font-family: 'LuculentRegular', monospace;
color: #FFFFFF;
max-width:900px;
@ -90,7 +74,7 @@ hr {
}
b, strong {
color: #1b8d0e;
color: #eccb86;
font-family: 'LuculentBold', monospace;
}
@ -99,7 +83,7 @@ code {
}
i, em {
color: #007ef7;
color: #a0a5ab;
}
img.big {