Merge branch 'main' of https://github.com/mellodoot/arimelody.me
This commit is contained in:
commit
b3452d02b7
|
@ -35,6 +35,7 @@ header {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
border-bottom: 1px solid #888;
|
border-bottom: 1px solid #888;
|
||||||
background-color: #080808;
|
background-color: #080808;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
@ -77,9 +78,17 @@ img#header-icon {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
a#header-links-toggle {
|
#header-links-toggle {
|
||||||
width: 1.8rem;
|
width: 3em;
|
||||||
|
height: 3em;
|
||||||
display: none;
|
display: none;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
transition: background-color .2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header-links-toggle:hover {
|
||||||
|
background-color: #fff2;
|
||||||
}
|
}
|
||||||
|
|
||||||
header ul#header-links {
|
header ul#header-links {
|
||||||
|
|
Reference in a new issue