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");
|
||||
img.className = "tree";
|
||||
img.height = 300;
|
||||
img.alt = "";
|
||||
img.style.position = "fixed";
|
||||
img.style.left = left + "px";
|
||||
img.style.bottom = bottom + "px";
|
||||
|
@ -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'] {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user