A small reorganisation in main.css.
This commit is contained in:
parent
1edba52d32
commit
5148202a0f
@ -33,6 +33,8 @@
|
||||
background-color: var(--secondary-color);
|
||||
color: var(--background-color); }
|
||||
|
||||
.center { text-align: center; }
|
||||
|
||||
a,
|
||||
button {
|
||||
color: var(--primary-color);
|
||||
@ -50,8 +52,8 @@ input[type="file"] {
|
||||
color: var(--text-color);
|
||||
font: inherit; }
|
||||
|
||||
input[type="file"]::file-selector-button,
|
||||
button {
|
||||
button,
|
||||
input[type="file"]::file-selector-button {
|
||||
background: none;
|
||||
border: none;
|
||||
color: var(--primary-color);
|
||||
@ -91,8 +93,6 @@ h2 {
|
||||
|
||||
small { font-size: .8rem; }
|
||||
|
||||
.center { text-align: center; }
|
||||
|
||||
html { margin-left: calc(100vw - 100%); }
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user