Remove all that useless crap!!!
This commit is contained in:
parent
db0f5cf1c8
commit
2339122c89
1 changed files with 1 additions and 30 deletions
|
@ -10,7 +10,7 @@
|
|||
* {
|
||||
text-align: center;
|
||||
color: var(--text-color);
|
||||
font-family: 'Rubik', Verdana, Geneva, Tahoma, sans-serif;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
@ -33,11 +33,6 @@ html {
|
|||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
.grid-container {
|
||||
width: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
select,
|
||||
input {
|
||||
display: block;
|
||||
|
@ -55,29 +50,5 @@ input {
|
|||
|
||||
select:hover,
|
||||
input:hover {
|
||||
color: var(--text-color);
|
||||
border-color: var(--text-color)
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
hr {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
.note {
|
||||
font-size: 1.1rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.setting {
|
||||
display: block;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
div, a, h2 {
|
||||
padding: 0 !important;
|
||||
margin: auto !important;
|
||||
}
|
Loading…
Reference in a new issue