From 854aa792556ad44473464224c8d15eec50af02de Mon Sep 17 00:00:00 2001 From: xfnw Date: Thu, 24 Feb 2022 19:01:20 -0500 Subject: [PATCH] clean up css a bit --- assets/style.css | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/assets/style.css b/assets/style.css index 1c6a50d..1ade7bc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -17,31 +17,15 @@ margin: 0 auto; } a { -color: #aac; +color: #3291FF; } -h1 a { -text-decoration: none; -color: #cdcdcd; -} - -h1 a::before { -content: "#"; -color: #aac; -margin-right: 10px; -} -h1 a:hover::before { -text-decoration: underline; -} - - -.preview h1, h2 { +h2 { margin: 0; padding: 0; margin-bottom: 5px; } - .search-container input[type=text] { padding: 6px; margin-top: 3px; @@ -90,3 +74,4 @@ margin-bottom: 5px; .icon-search:before { content: "\e986"; } +