modernize website

This commit is contained in:
2023-07-26 17:37:51 +02:00
parent 49555211a7
commit 8fc62c8265
15 changed files with 120 additions and 175 deletions

View File

@@ -1,10 +1,11 @@
.top-container {
background-color: rgb(223, 223, 223);
background-color: var( --top-background );
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
transition: all 0.5s;
}
.top-wrapper {
@@ -19,4 +20,5 @@
border-style: none;
font-size: 1.5rem;
cursor: pointer;
color: var( --primary-color );
}