nes.css style

This commit is contained in:
_Bastler
2021-04-28 07:07:51 +02:00
parent 6ef3d9775c
commit 92122a3272
31 changed files with 82 additions and 223 deletions
+2 -11
View File
@@ -1,15 +1,6 @@
<style>
*{
font-family: PixelFont-7,monospace!important;
}
#menuIcon button {
background-color: black;
color: white;
border-radius: 7px;
padding: 2px 8px;
}
#menuIcon button img{
width: 14px;
width: 8px;
padding-top: 0;
cursor: url('/resources/logos/cursor_pointer.png'), pointer;
}
@@ -24,7 +15,7 @@
</style>
<main id="menuIcon" hidden>
<section>
<button id="openMenuButton">
<button id="openMenuButton" class="nes-btn is-dark">
<img src="/static/images/menu.svg">
</button>
</section>