Debugging bar (this is super cool)

This commit is contained in:
Jérôme Petazzoni
2017-10-21 14:18:09 +02:00
parent 1ea7141d95
commit 9a5e9c9ea0
2 changed files with 14 additions and 2 deletions

View File

@@ -26,6 +26,18 @@ div.remark-slide-number {
right: 6px;
}
.debug {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
font-family: monospace;
color: white;
}
.debug:hover {
background-color: black;
}
body { font-family: 'Droid Serif'; }
h1, h2, h3 {