script to fix anubis

This commit is contained in:
Bel LaPointe
2021-11-29 15:25:43 -07:00
parent 7ee21a8e3f
commit 6efca3bc62
38 changed files with 80 additions and 44 deletions

View File

@@ -143,8 +143,6 @@ th, td {
/* Code */
pre {
color: var(--pre-color);
background-color: var(--pre-bg-color);
padding: 1em;
max-width: 100%;
overflow: auto;
@@ -153,6 +151,8 @@ pre {
code,
pre,
kbd {
color: var(--pre-color);
background-color: var(--pre-bg-color);
font-family: monospace;
font-size: 0.90em;
line-height: 154%;
@@ -298,6 +298,10 @@ main h1 {
color: var(--link-state-color);
}
.post-short-list .post-title {
display: inline;
}
.post-title.favorite::after {
content: "☆";
display: inline-block;