diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index da78f6a..4c6fce6 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -649,4 +649,14 @@ footer { color: #333333; font-size: 15px; padding: 1em 4em; +} + +footer a { + color: #333333; + text-decoration: none; +} + +footer a:hover { + cursor: pointer; + text-decoration: underline; } \ No newline at end of file