diff --git a/themes/jean-cloud/static/css/main.css b/themes/jean-cloud/static/css/main.css index b90beb7..6db12f1 100644 --- a/themes/jean-cloud/static/css/main.css +++ b/themes/jean-cloud/static/css/main.css @@ -16,6 +16,11 @@ a { color: #df7366; } +a:hover { + text-decoration: underline; + color: #e99e96; +} + #header a, nav a { color: inherit; }