Fix css order
This commit is contained in:
parent
98e8a7ad14
commit
5554deea80
49 changed files with 56 additions and 50 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue