diff --git a/assets/css/common/header.css b/assets/css/common/header.css index 5d7420b2..61053f8d 100644 --- a/assets/css/common/header.css +++ b/assets/css/common/header.css @@ -91,6 +91,18 @@ body:not(.dark) #sun { display: inline; } + #hamburger-input:checked ~ #hamburger-menu { + background: none; + } + + #hamburger-input:checked ~ #hamburger-menu:after { + content: "\00d7"; + position: absolute; + font-size: 28px; + line-height: 0; + top: 28px; + } + #hamburger-input:checked ~ .overlay { visibility: visible; }