diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-06 17:29:16 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-06 17:29:16 -0800 |
| commit | 85bd60f07729332f8c6c3dc9476744ebb567e2a9 (patch) | |
| tree | 7017154b9290a07a117b1f9a7cc48aab045a04db /static/css | |
| parent | add taxonomy to all entities (diff) | |
| download | fcuny.net-85bd60f07729332f8c6c3dc9476744ebb567e2a9.tar.gz | |
some style changes for the default template
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/custom.css | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 20e8b23..57cf620 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -9,9 +9,10 @@ body { } main { - max-width: 46rem; + max-width: 50rem; margin: 0 auto; padding: 0 1em; + padding-top: 2em; } /* Typography */ @@ -49,6 +50,17 @@ a:active { text-decoration: underline; } +div.metadata { + font-size: 90%; + margin-bottom: 0.4em; +} + +span.tag { +} + +span.date { +} + /* Lists */ ul { display: block; @@ -61,7 +73,8 @@ p code { font-size: 90%; border-radius: 0.3rem; padding: 0.025rem 0.3rem; - border: 2px solid #52576f; + border: 1px solid #52576f; + background-color: #eeeaaa; } pre { @@ -76,7 +89,6 @@ pre > code { } p > code { - background: #f5f5f5; padding: 0.1em 0.3em; } @@ -125,12 +137,10 @@ blockquote { } .post-list a { - color: black; max-width: 70%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - text-decoration: none; } .post-list a:hover { |
