Update file style.css
This commit is contained in:
parent
a76afd41ef
commit
5491fe3716
@ -41,7 +41,6 @@ input, textarea {
|
||||
background-color: var(--background);
|
||||
color: var(--text);
|
||||
padding: 0.4em 1em;
|
||||
border: 0;
|
||||
border: 1px solid var(--dark-background);
|
||||
margin: 15px 0;
|
||||
font-size: 1.5em;
|
||||
@ -132,6 +131,17 @@ a {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: var(--darker-background);
|
||||
color: var(--text);
|
||||
border-radius: 10px;
|
||||
color: var(--text);
|
||||
padding: 0.4em 1em;
|
||||
border: 0;
|
||||
margin: 15px 0;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
@media(max-width: 750px) {
|
||||
body {
|
||||
font-size: 0.8em
|
||||
|
Loading…
x
Reference in New Issue
Block a user