update `public_html` static files

master
urosm 2024-05-17 17:15:35 +02:00
parent 4cfa96175e
commit 5b51267bcf
1 changed files with 4 additions and 5 deletions

View File

@ -13,6 +13,7 @@
--link-c: #856cff;
--visited-c: #ff1170;
--active-c: #fa3500;
--mark-c: #d06600;
}
@media (max-aspect-ratio: 1/1) {
@ -137,7 +138,6 @@ hr::after {
pre {
margin-inline: 2ch;
color: var(--link-c);
overflow-y: scroll;
}
@ -166,7 +166,7 @@ a:visited:active {
}
code {
color: var(--link-c);
color: var(--mark-c);
}
sup {
@ -233,13 +233,12 @@ article.post .abstract {
/* article#sitemap */
article#sitemap pre {
margin-inline: unset;
color: unset;
}
/* div.fauxnote */
div.fauxnote {
opacity: 0.667;
color: var(--link-c);
}
@ -267,5 +266,5 @@ div.horizontal>* {
/* .footnotes */
.footnotes {
opacity: 0.667;
color: var(--link-c);
}