Fix css order

This commit is contained in:
Firepup Sixfifty 2025-03-27 17:26:57 -05:00
parent 98e8a7ad14
commit 5554deea80
No known key found for this signature in database
49 changed files with 56 additions and 50 deletions

View file

@ -5,7 +5,8 @@
--fp-background: #000;
--fp-secondary: #0FF;
--fp-danger: #F00;
--fp-dim: #111;
--fp-code: #111;
--fp-button: #222;
}
@font-face {
@ -56,6 +57,11 @@ a:has(button) {
transform: none !important;
}
a {
background: var(--fp-button);
color: var(--fp-secondary);
}
#replit-badge {
box-shadow: none;
transform: none;
@ -105,7 +111,7 @@ a:has(button) {
}
pre {
background: var(--fp-dim);
background: var(--fp-code);
width: 100%;
max-width: 100%;
min-width: 100%;