summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2024-07-06 23:52:44 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2024-07-06 23:56:07 -0400
commit1fe79c89977cd9bb02bf2d5860573970705ffe81 (patch)
treea27f712e1d20e89c1347e7782d5c349bea27915a /static/style.css
parentbd178456eacc19cb79be1df6793e10adb92ebbf3 (diff)
downloadsite-1fe79c89977cd9bb02bf2d5860573970705ffe81.tar.gz
site-1fe79c89977cd9bb02bf2d5860573970705ffe81.zip
add pgp key, reword, add css
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index 44892d1..c22d26c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,5 +1,5 @@
body {
- font-family: "Helvetica Neue", Helvetica;
+ font-family: "Helvetica Neue", "Ninbus Sans", Helvetica, Arial, sans;
font-size: 11.5pt;
margin: auto;
padding: 1em;
@@ -7,15 +7,16 @@ body {
max-width: 80ch;
}
+code {
+ font-family: "DejaVu Sans Mono", Consolas, monospace;
+ font-size: 10pt;
+}
+
footer {
color: #333;
font-size: 9pt;
}
-.sourceCode {
- font-size: 10pt;
-}
-
.navbar ul {
display: inline-flex;
flex-wrap: wrap;