From 8d71f47c81f14d4f107f48c5c5920d7c5becfc8f Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Tue, 26 Apr 2022 19:41:41 +0200 Subject: [PATCH] added link styling --- css/posts.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/posts.css b/css/posts.css index 9db1ff0..caef756 100644 --- a/css/posts.css +++ b/css/posts.css @@ -55,3 +55,13 @@ button { * { font-family: 'system-ui'; } + +a { + text-decoration: none; +} +a:link, a:visited { + color: green; +} +a:hover { + color: red; +}