This commit is contained in:
ryfrd 2025-08-11 18:27:20 +01:00
parent 1c5aef8c2a
commit 32d81f0138
78 changed files with 1555 additions and 2128 deletions

View file

@ -6,11 +6,12 @@ html {
font-size: 62.5%;
}
/* html a { color: magenta; } */
body {
font-size: 16px;
font-size: 1.6rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #313a3d;
width: 100%;
margin: 0 auto;
padding: 0 16px;
@ -22,15 +23,6 @@ header#banner {
margin: 25px 0;
}
header#banner a {
color: #313a3d;
text-decoration: none;
}
header#banner a:hover {
text-decoration: underline;
}
header#banner h2 {
display: inline;
font-size: 21px;
@ -55,19 +47,6 @@ header#banner nav ul li {
margin: 0 3px;
}
header#banner nav ul li a {
color: #454545;
}
main#content a {
color: #007dfa;
text-decoration: none;
}
main#content a:hover {
text-decoration: underline;
}
main#content h1,
main#content h2,
main#content h3,
@ -93,7 +72,6 @@ main#content h6 + p {
}
main#content p {
color: #394548;
margin: 16px 0;
}
@ -123,22 +101,9 @@ main#content ul#posts li {
main#content ul#posts small {
font-size: 0.8em;
color: #767676;
margin-left: 10px;
}
main#content ul#posts li a {
text-decoration: none;
}
main#content ul#posts li a:hover {
color: #369aff;
}
main#content ul#posts li a:hover small {
color: inherit;
}
/* single.html styles */
main#content header#post-header h1 {
display: block;
@ -151,7 +116,6 @@ main#content header#post-header h1 {
main#content header#post-header > div {
display: block;
font-size: 0.85em;
color: #767676;
}
main#content #toc {
@ -164,7 +128,6 @@ main#content #toc {
main#content #toc h4 {
font-size: 1.06em;
color: #3d3d3d;
margin: 0;
}
@ -247,6 +210,7 @@ main#content blockquote {
main#content code,
main#content pre {
font-family: 'Menlo', monospace;
font-style: italic;
}
main#content code {
@ -277,6 +241,5 @@ footer#footer {
font-size: 14px;
font-size: 1.4rem;
font-weight: 400;
color: #b3b3b3;
margin: 40px 0;
}