aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-12-07 17:54:20 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-12-07 17:54:20 +0100
commit2a373fcbb6dc6eb864f1c9f3351efe4b5ed2abf0 (patch)
tree03229f2f6d26cf6ca186d2806b53cb23d49a8be2
parent9381ba05a047130eb9e4dc4cad6d2524ef2e9ddd (diff)
downloadmitjafelicijan.com-2a373fcbb6dc6eb864f1c9f3351efe4b5ed2abf0.tar.gz
Style changes
-rwxr-xr-xtemplate/style.css4
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}