lotsa stuff
This commit is contained in:
@@ -1,3 +1,52 @@
|
||||
h1 {
|
||||
.fh {
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.sh {
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
label.item {
|
||||
display: block;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 8px 0px;
|
||||
}
|
||||
|
||||
.ms {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#errors {
|
||||
color: red;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input:invalid {
|
||||
background-color: rgba(212, 59, 59, 70%);
|
||||
}
|
||||
|
||||
input:focus {
|
||||
background-color: revert;
|
||||
}
|
||||
|
||||
#success {
|
||||
color: lightgreen;
|
||||
font-size: 1.5em;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user