1
0

Updated CSS style.

This commit is contained in:
Alexander Andreev 2022-02-08 04:24:04 +04:00
parent e529bfa353
commit 907bdeffcc
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -64,6 +64,20 @@ h2 {
small { font-size: .8rem; }
progress {
background-color: var(--primary-color);
border: none;
color: var(--primary-color);
height: 1.1rem;
width: 30%;
}
progress::-moz-progress-bar {
background-color: var(--secondary-color);
}
.center { text-align: center; }
html { margin-left: calc(100vw - 100%); }
body {
@ -109,10 +123,8 @@ nav h1 {
section { margin-top: 1rem; }
section#used-space,
section#upload,
section#rules {
text-align: center;
#used-space div span {
margin: 0 .2rem;
}
footer {