aboutsummaryrefslogtreecommitdiff
path: root/static/css/custom.css
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-11-09 17:22:34 -0800
committerFranck Cuny <franck@fcuny.net>2023-11-09 17:22:55 -0800
commit258d88eb9dd8c8d1d0e6875bc6eb3100492efd8d (patch)
tree395201a39488cd89e1a26cf745ee79a7d8a00784 /static/css/custom.css
parentbuild(deps): bump DeterminateSystems/update-flake-lock from 19 to 20 (#5) (diff)
downloadfcuny.net-258d88eb9dd8c8d1d0e6875bc6eb3100492efd8d.tar.gz
some minor tweaks to the CSS
Diffstat (limited to 'static/css/custom.css')
-rw-r--r--static/css/custom.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 2ec6a1d..d70155f 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -3,15 +3,14 @@ body {
margin: 1em auto;
padding: 0 0.55em;
max-width: 50rem;
- font-family: sans-serif;
- line-height: 150%;
- font-kerning: auto;
- background-color: #fffdfa;
+ line-height: 1.3;
+ font-size: 1.08em;
+ background-color: rgb(255, 248, 231);
}
h1,h2,h3,h4 {
- font-family: monospace;
color: #333;
+ font-family: monospace;
}
h1#header {
@@ -130,7 +129,7 @@ nav {
border-bottom: 0.2em solid #047bc2;
display: flex;
font-family: monospace;
- font-size: 1.1rem;
+ font-size: 1.1em;
font-weight: 700;
justify-content: space-between;
line-height: 0.6rem;
@@ -171,6 +170,7 @@ ul.list-content {
list-style: none;
padding: 0;
line-height: 2em;
+ font-family: monospace;
}
article {