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