diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-02 13:34:12 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-02 13:34:12 -0800 |
| commit | 1bf0d3ee89cb579a6a6b5908fd04d033fd4804b5 (patch) | |
| tree | 45515f39b4d176b5d4d6c489f99397d48f103669 /static/css | |
| parent | fix URL to git repositories (diff) | |
| download | fcuny.net-1bf0d3ee89cb579a6a6b5908fd04d033fd4804b5.tar.gz | |
more CSS changes
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/custom.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index ff11c59..d1f6bae 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -56,7 +56,7 @@ span.content-date { code { font-family: monospace; - font-size: 95%; + font-size: 14px; padding: 0.2rem; background-color: #f2f1eb; color: #000; @@ -69,7 +69,7 @@ p code { pre { font-family: monospace; - font-size: 0.9rem; + font-size: 14px; margin: 0; word-wrap: normal; padding: 0.8em; @@ -173,7 +173,6 @@ ul.list-content { list-style: none; padding: 0; line-height: 2em; - /* font-family: monospace; */ } article { |
