From b87d48182699f03078f341631b0916d532f7e813 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:33:58 -0600 Subject: [PATCH] core: too much color and border, try remove --- default.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/default.css b/default.css index 7bf591d..503b494 100644 --- a/default.css +++ b/default.css @@ -30,10 +30,9 @@ canvas { } #navBarLeft { - color: #fe640b; text-shadow:1px 1px 10px #fe640b; text-align: left; - font-size: 24px; + font-size: 14px; padding: 4px; margin-right: auto; } @@ -43,8 +42,6 @@ canvas { margin-top: 0px; padding: 8px; font-weight: bold; - border: 2px solid #4c4f69; - border-radius: 12px; display: inline-block; } @@ -108,24 +105,19 @@ p { a { text-decoration: none; - color: #8aadf4; } a:hover, a:active { border-radius: 9px; text-decoration: underline; - text-shadow: 1px 1px 1px #333; animation: hover 3s linear infinite; } a.button { margin: 14px 10%; padding: 4px 12px; - border: 1px outset #bcc0cc; - border-radius: 9px; color: #1e66f5; display: inline-block; - background-color: #ccd0da; text-decoration: none; width: 80px; text-align: center;