mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
noscript
This commit is contained in:
parent
5a2f9bbd33
commit
c9e368cd04
3 changed files with 7 additions and 9 deletions
|
@ -284,9 +284,6 @@ hr,
|
|||
max-width: 52%;
|
||||
height: 100%; }
|
||||
|
||||
#replacement-burger {
|
||||
display: flex; }
|
||||
|
||||
#content .embed {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
@ -594,6 +591,7 @@ ul a {
|
|||
|
||||
#hamburger-button,
|
||||
#hamburger-bg,
|
||||
#replacement-burger,
|
||||
#darkmode-button-small {
|
||||
display: none; }
|
||||
|
||||
|
@ -601,7 +599,8 @@ ul a {
|
|||
#footer-center,
|
||||
#darkmode-toggle,
|
||||
#darkmode-toggle-label {
|
||||
display: none; }
|
||||
display: none !important; }
|
||||
#replacement-burger,
|
||||
#hamburger-button,
|
||||
#darkmode-button-small,
|
||||
#hamburger-bg,
|
||||
|
|
|
@ -284,9 +284,6 @@ hr,
|
|||
max-width: 52%;
|
||||
height: 100%; }
|
||||
|
||||
#replacement-burger {
|
||||
display: flex; }
|
||||
|
||||
#content .embed {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
@ -594,6 +591,7 @@ ul a {
|
|||
|
||||
#hamburger-button,
|
||||
#hamburger-bg,
|
||||
#replacement-burger,
|
||||
#darkmode-button-small {
|
||||
display: none; }
|
||||
|
||||
|
@ -601,7 +599,8 @@ ul a {
|
|||
#footer-center,
|
||||
#darkmode-toggle,
|
||||
#darkmode-toggle-label {
|
||||
display: none; }
|
||||
display: none !important; }
|
||||
#replacement-burger,
|
||||
#hamburger-button,
|
||||
#darkmode-button-small,
|
||||
#hamburger-bg,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 797ce896ad077888ac507e075d8b8ffae0012e0c
|
||||
Subproject commit 41bfe7db62884fffb2dce0858028ad5f7e18afd9
|
Loading…
Reference in a new issue