diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-19 15:44:34 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-19 15:44:34 +0300 |
commit | acb9111a3592d1dcb117fc9594ea90d9e82f727d (patch) | |
tree | dadf0785bbb7a8bdaeb203487b6e81e5eb800b70 /style.css | |
parent | a7a039a704360f102ac8c678533c5cf113a499a1 (diff) | |
download | eug-vs-xyz-acb9111a3592d1dcb117fc9594ea90d9e82f727d.tar.gz |
style: use hover-underline links instead of bold
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ p { a { color: #fabd2f; text-decoration: none; - font-weight: 550; +} +a:hover { + text-decoration: underline; } img { max-width: 100%; |