forked from Adleraci/adlerka.top
move rules to new css
This commit is contained in:
parent
94271c3096
commit
2821947c2a
@ -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;
|
||||
}
|
19
style.css
19
style.css
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user