diff --git a/style.css b/style.css index 28c479c7..2a246902 100644 --- a/style.css +++ b/style.css @@ -38,18 +38,18 @@ body { } header, footer { - background-color: var(--uibg); - display: flex; - padding: 0.7rem; - width: 100%; - z-index: 1; - justify-content: center; + background-color: var(--uibg) !important; + display: flex !important; + padding: 0.7rem !important; + width: 100% !important; + z-index: 1 !important; + justify-content: center !important; } header { - top: 0; - border-radius: 0 0 20px 20px; - position: fixed; - box-shadow: 0 5px 10px var(--uibg); + top: 0 !important; + border-radius: 0 0 20px 20px !important; + position: fixed !important; + box-shadow: 0 5px 10px var(--uibg) !important; } footer.noscroll { position: fixed; @@ -64,28 +64,28 @@ footer a, footer a:visited, header a, header a:visited { - text-align: center; - font-weight: 700; - text-decoration: none; - margin-right: 2rem; - margin-left: 1rem; + text-align: center !important; + font-weight: 700 !important; + text-decoration: none !important; + margin-right: 2rem !important; + margin-left: 1rem !important; } footer a:hover, header a:hover { - text-shadow: 2px 2px 6px var(--textcolor); + text-shadow: 2px 2px 6px var(--textcolor) !important; } main { - animation: 1.25s ease-in-out 0s 1 loadInAnimation; - align-items: center; - flex-direction: column; - display: flex; - min-height: calc(100vh - (2 * 0.7rem)); - gap: 0; - flex-wrap: wrap; - margin: auto; - margin-top: 4rem; - width: 90%; + animation: 1.25s ease-in-out 0s 1 loadInAnimation !important; + align-items: center !important; + flex-direction: column !important; + display: flex !important; + min-height: calc(100vh - (2 * 0.7rem)) !important; + gap: 0 !important; + flex-wrap: wrap !important; + margin: auto !important; + margin-top: 4rem !important; + width: 90% !important; } main#main.noscroll { justify-content: center;