summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--local.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/local.css b/local.css
index e56a5fc8..10013896 100644
--- a/local.css
+++ b/local.css
@@ -1,5 +1,6 @@
/* ikiwiki local style sheet */
h1 { font-weight: bold }
+.title { min-height: 3em }
#content a { text-decoration: underline }
.pageheader, #pagebody, #footer {
max-width: 60rem;
@@ -22,7 +23,6 @@ h1 { font-weight: bold }
#content { margin: 0 }
body.has-sidebar #content {
- max-width: 38rem;
margin: 0;
line-height: 1.5;
}
@@ -126,3 +126,7 @@ h1 { margin-top: 2em }
width: 100%;
overflow-x: auto;
}
+video { border: 1px solid gray; }
+.draft { border: 1px solid red; padding: 10px; background-color: LightPink }
+svg a.highlight rect { stroke-width: 3px }
+a.highlight { background-color: yellow }