Small theme tweaks
This commit is contained in:
parent
eef155abcd
commit
a39ca7b430
@ -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";
|
||||||
|
@ -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'] {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user