From 50f14627384722826c1d8f0def92f7104f7d6d42 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:34:12 -0600 Subject: [PATCH] core: remove border radius and change button colors --- default.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/default.css b/default.css index e5771c3..f3611d0 100644 --- a/default.css +++ b/default.css @@ -44,9 +44,9 @@ body { .navItem { background-color: #03001C; - border: solid 2px #06CDFF; + border: solid 4px #301E67; border-radius: 12px; - color: #06CDFF; + color: #301E67; display: inline-block; margin: 6px; margin-top: 0px; @@ -55,7 +55,6 @@ body { #top { margin-bottom: 6px; - border-radius: 16px; border-top-left-radius: 0px; margin: 4px auto; margin-top: 0px; @@ -67,7 +66,7 @@ body { display: inline-block; width: 60rem; vertical-align: middle; - border: solid 2px #06CDFF; + border: solid 4px #06CDFF; } .stats { @@ -86,7 +85,6 @@ h1 { h2 { background: #03001C; - border-radius: 24px; color: #03001C; margin: auto; padding: 8px; @@ -109,7 +107,6 @@ a { } a:hover, a:active { - border-radius: 12px; text-decoration: underline; } @@ -138,7 +135,6 @@ a.button { .card { text-align: center; - border-radius: 18px; height: 800px; margin: 0px auto; margin-top: 25px; @@ -147,6 +143,5 @@ a.button { #pong { margin: 6px; - border-radius: 9px; background: #03001C; }