diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 11:44:45 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 11:44:45 +0200 |
| commit | ba60077962521b50819a5c6471aa7d81cf866692 (patch) | |
| tree | 0324c961d02f9c4725155d14b7ae4318752660ef | |
| parent | 1a8219892f2c8de3593a7b9ae89af0f9f6b571e7 (diff) | |
| download | mitjafelicijan.com-ba60077962521b50819a5c6471aa7d81cf866692.tar.gz | |
Style fix
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 2b11ba7..507f14d 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | :root { | 14 | :root { |
| 15 | --first-child-width: 150px; | 15 | --first-child-width: 150px; |
| 16 | --primary-color: gainsboro; | 16 | --primary-color: gainsboro; |
| 17 | --secondary-color: #555; | 17 | --secondary-color: black; |
| 18 | --tertiary-color: #eee; | 18 | --tertiary-color: #eee; |
| 19 | --code-color: #f9f9f9; | 19 | --code-color: #f9f9f9; |
| 20 | --border-width: 1px; | 20 | --border-width: 1px; |
