Small theme tweaks

This commit is contained in:
ReimarPB 2022-09-24 17:04:46 +02:00
parent eef155abcd
commit a39ca7b430
3 changed files with 4 additions and 3 deletions

View File

@ -20,6 +20,7 @@ window.addEventListener("load", function() {
var img = document.createElement("img"); var img = document.createElement("img");
img.className = "tree"; img.className = "tree";
img.height = 300; img.height = 300;
img.alt = "";
img.style.position = "fixed"; img.style.position = "fixed";
img.style.left = left + "px"; img.style.left = left + "px";
img.style.bottom = bottom + "px"; img.style.bottom = bottom + "px";

View File

@ -53,7 +53,7 @@ body {
color: white; color: white;
} }
.inline-code, .inline-code-text { .inline-code, .inline-code-text, .inline-code-icon {
background-color: #EEE; background-color: #EEE;
} }
object[type='image/svg+xml'] { object[type='image/svg+xml'] {

View File

@ -198,8 +198,8 @@ h1, h2 {
.icon { .icon {
-ms-interpolation-mode: nearest-neighbor; -ms-interpolation-mode: nearest-neighbor;
display: inline-block; display: inline-block;
width: 16px; width: 1em;
height: 16px; height: 1em;
background-size: 16px; background-size: 16px;
position: relative; position: relative;
top: 3px; top: 3px;