move rules to new css

This commit is contained in:
Bruno Rybársky 2024-01-11 16:08:49 +01:00
parent 94271c3096
commit 2821947c2a
2 changed files with 13 additions and 19 deletions

@ -143,4 +143,17 @@ header hr {
border-color: var(--primary);
opacity: 0.5;
width: 30%;
}
.navsite_list{
display: flex;
flex-direction: row;
}
.navpage_list{
display: none;
flex-direction: column;
}
.navsite_list:hover .navsite_list{
display: flex !important;
}

@ -1,19 +0,0 @@
body {
background-color: #262930;
align-items: center;
justify-content: center;
background-repeat: repeat;
background-size: 3.5%;
}
.navsite_list{
display: flex;
flex-direction: row;
}
.navpage_list{
display: none;
flex-direction: column;
}
.navsite_list:hover .navsite_list{
display: flex !important;
}