Update style.css

This commit is contained in:
LEGALISE_PIRACY 2024-03-11 03:32:54 +00:00
parent d9fce41df9
commit 13b825a508

View File

@ -47,6 +47,7 @@ footer {
background-color: var(--uibg); background-color: var(--uibg);
display: flex; display: flex;
text-decoration: none; text-decoration: none;
font-weight:700;
padding: 0.7rem; padding: 0.7rem;
width: 100%; width: 100%;
z-index: 1; z-index: 1;
@ -55,6 +56,9 @@ footer {
text-decoration: none; text-decoration: none;
} }
#time {
font-weight:100;
}
header { header {
top: 0; top: 0;
border-radius: 0 0 20px 20px; border-radius: 0 0 20px 20px;