diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 08:52:07 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-10-31 08:52:07 +0100 |
| commit | 3a6260861c12ad8169167a731aa5bb317b000e8e (patch) | |
| tree | 9df3fc67c71d423d95a3a5c7e0a899ac9dcdcd16 /templates/base.html | |
| parent | ed7b0ae4532ab41c5a6c31928261b04be8c16adb (diff) | |
| download | mitjafelicijan.com-3a6260861c12ad8169167a731aa5bb317b000e8e.tar.gz | |
Updated theme
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index f9a323c..90feb43 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | --border-color: gainsboro; | 18 | --border-color: gainsboro; |
| 19 | --border-size: 2px; | 19 | --border-size: 2px; |
| 20 | --link-color: blue; | 20 | --link-color: blue; |
| 21 | --bg-color: #eee; | ||
| 21 | } | 22 | } |
| 22 | 23 | ||
| 23 | body { | 24 | body { |
| @@ -94,10 +95,12 @@ | |||
| 94 | padding: 0 3px; | 95 | padding: 0 3px; |
| 95 | font-size: 14px; | 96 | font-size: 14px; |
| 96 | border: 0; | 97 | border: 0; |
| 98 | background: var(--bg-color); | ||
| 97 | } | 99 | } |
| 98 | 100 | ||
| 99 | pre code { | 101 | pre code { |
| 100 | line-height: 1.3em; | 102 | line-height: 1.3em; |
| 103 | background: white; | ||
| 101 | } | 104 | } |
| 102 | 105 | ||
| 103 | pre, code, pre *, code * { | 106 | pre, code, pre *, code * { |
