Compare commits

..

No commits in common. "e8e6733c9f39ba21a83b6d6f1ba12d22042305f1" and "76c723d516f6cfeb2092d6f4ab4fd407ba7c67c6" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -17,7 +17,7 @@ const hamburger_src_url = `url("${hamburger.src}")`;
<slot />
</ul>
<div class="placeholder"></div>
<div class="hamburger-menu"></div>
<div class="icon"></div>
</button>
</header>
@ -105,9 +105,8 @@ const hamburger_src_url = `url("${hamburger.src}")`;
justify-self: top;
}
.hamburger-menu {
.icon {
mask: var(--hamburger_src_url) no-repeat center;
-webkit-mask: var(--hamburger_src_url) no-repeat center;
background-color: white;
width: 2em;
height: 2em;

View file

@ -73,7 +73,6 @@ const fulllink = `/${slug}`
.icon {
mask: var(--icon_src_url) no-repeat center;
-webkit-mask: var(--icon_src_url) no-repeat center;
background-color: white;
width: 1.4em;
height: 1.4em;