From d02923184d1678566092d4ec78b313f29c89ed06 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 21 Mar 2024 10:05:14 +0100 Subject: [PATCH] Update file (possible bugs) --- src/index.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/src/index.css b/src/index.css index 1c1f37a..3a680db 100644 --- a/src/index.css +++ b/src/index.css @@ -26,44 +26,10 @@ a:hover { h1 { font-size: 3.2em; - line-height: 1.1; -} - -button { - border-radius: 8px; - border: 1px solid transparent; - padding: 0.6em 1.2em; - font-size: 1em; - font-weight: 500; - font-family: inherit; - background-color: #1a1a1a; - cursor: pointer; - transition: border-color 0.25s; -} -button:hover { - border-color: #646cff; -} -button:focus, -button:focus-visible { - outline: 4px auto -webkit-focus-ring-color; -} - -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } - a:hover { - color: #747bff; - } - button { - background-color: #ffffff; - } } /* NavBar */ nav.navbar { - width: 100%; display: flex; justify-content: space-between; align-items: center;