diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-12-07 17:54:20 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-12-07 17:54:20 +0100 |
| commit | 2a373fcbb6dc6eb864f1c9f3351efe4b5ed2abf0 (patch) | |
| tree | 03229f2f6d26cf6ca186d2806b53cb23d49a8be2 | |
| parent | 9381ba05a047130eb9e4dc4cad6d2524ef2e9ddd (diff) | |
| download | mitjafelicijan.com-2a373fcbb6dc6eb864f1c9f3351efe4b5ed2abf0.tar.gz | |
Style changes
| -rwxr-xr-x | template/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/style.css b/template/style.css index 7b5c49d..972c8f0 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -143,6 +143,10 @@ blockquote p { | |||
| 143 | font-weight: 900; | 143 | font-weight: 900; |
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | .navigation header .home a { | ||
| 147 | color: var(--base-color); | ||
| 148 | } | ||
| 149 | |||
| 146 | .navigation header .home a:hover { | 150 | .navigation header .home a:hover { |
| 147 | text-decoration: none; | 151 | text-decoration: none; |
| 148 | } | 152 | } |
