aboutsummaryrefslogtreecommitdiffstats
path: root/html/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/style.css')
-rw-r--r--html/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
index 293b4b5..e931d16 100644
--- a/html/style.css
+++ b/html/style.css
@@ -42,6 +42,10 @@ h1, h2 {
color: var(--accent);
margin-left: 1em;
}
+h1 {
+ font-size: 1.5em;
+ border-bottom: 1px solid var(--tertiary-background);
+}
.formattedheader {
background-color: var(--tertiary-background);
@@ -86,6 +90,8 @@ h1, h2 {
padding: 1px;
padding-left: 2em;
padding-right: 2em;
+}
+.highlight {
overflow-y: scroll;
white-space: nowrap;
}