New post: Your only sin was caring too much
This commit is contained in:
parent
cb50304dcf
commit
d260aec226
14 changed files with 204 additions and 29 deletions
24
style.css
24
style.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue