1
0
Fork 0

A small reorganisation in main.css.

This commit is contained in:
Alexander Andreev 2023-08-23 03:48:52 +04:00
parent 1edba52d32
commit 5148202a0f
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 4 additions and 4 deletions

View File

@ -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 {