summaryrefslogtreecommitdiff
path: root/header.html.part
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-14 23:05:14 +0100
committerPaul Buetow <paul@buetow.org>2021-05-14 23:05:14 +0100
commit7dda9e0e861c103d9e3018e39cce2772cafc8462 (patch)
tree7bf6671e4599ba349f514494ee00f907fc4a1b21 /header.html.part
parent8de874d9152ecddde9a95edbc6d8b4b0a7d498cf (diff)
quotes are ffa500
Diffstat (limited to 'header.html.part')
-rw-r--r--header.html.part3
1 files changed, 3 insertions, 0 deletions
diff --git a/header.html.part b/header.html.part
index 8592effa..d7274abd 100644
--- a/header.html.part
+++ b/header.html.part
@@ -32,6 +32,9 @@ a.textlink {
a.textlink:hover {
text-decoration: underline;
}
+i {
+ color: #FFA500;
+}
pre {
background-color: #F1F8E9;
border: 1px dashed #BB0000;