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");
img.className = "tree";
img.height = 300;
img.alt = "";
img.style.position = "fixed";
img.style.left = left + "px";
img.style.bottom = bottom + "px";

View File

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

View File

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