This commit is contained in:
Michał Gdula 2022-08-01 15:06:27 +01:00
parent 9fd958648b
commit 7944e439d7
4 changed files with 9 additions and 5 deletions

View file

@ -7,6 +7,7 @@ footer {
width: calc(100vh - 2rem));
background-color: var(--bg); color: var(--fg);
backdrop-filter: blur(8px);
border: 0.2rem solid var(--green);
outline: 0.5rem solid var(--bg);