From 1e345d6960b306b107395daebfc31b54831ddebb Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 14 May 2023 02:57:34 +0200 Subject: [PATCH] better link --- ui.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ui.css b/ui.css index 2bd39bc..b393790 100644 --- a/ui.css +++ b/ui.css @@ -9,8 +9,7 @@ } } - - + html { font-family: Noto Sans; scroll-behavior: smooth; @@ -22,5 +21,14 @@ body { margin-left: auto; margin-right: auto; } + +h1 { + padding-bottom: 0; +} - \ No newline at end of file +a { + color:#C71585; +} +a:hover { + color: white; +} \ No newline at end of file