diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-04 19:48:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-08-04 19:48:03 +0200 |
| commit | 2d82707fcfba3752ec2ebadeb845607f2a5d694b (patch) | |
| tree | c34f110e4de826d79ebe6d8d0e73b79855ab82c1 /templates/base.html | |
| parent | c6bf53c10a72be1b5f1df4b9c3e9c7ffc91b6f47 (diff) | |
| download | mitjafelicijan.com-2d82707fcfba3752ec2ebadeb845607f2a5d694b.tar.gz | |
Style: Code background color
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 8447a9e..3c88f26 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -76,11 +76,11 @@ | |||
| 76 | text-wrap: nowrap; | 76 | text-wrap: nowrap; |
| 77 | overflow-x: auto; | 77 | overflow-x: auto; |
| 78 | padding: 0 1em; | 78 | padding: 0 1em; |
| 79 | background: whitesmoke; | 79 | background: floralwhite; |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | code { | 82 | code { |
| 83 | background: #fff0e3; | 83 | background: floralwhite; |
| 84 | padding: 0 3px; | 84 | padding: 0 3px; |
| 85 | font-size: 14px; | 85 | font-size: 14px; |
| 86 | } | 86 | } |
