diff --git a/assets/style.css b/assets/style.css index a948933..937a0b9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -186,6 +186,14 @@ hr { box-sizing: border-box; */ } +.web-button.noimg { + text-shadow: 1px 1px 0 #000; + box-shadow: + inset 1px 1px 0 0 #fff, + inset -1px -1px 0 0 #000; + /* background-image: linear-gradient(135deg, transparent, #8888); */ +} + .web-button:hover { left: -4px; top: -4px; @@ -205,6 +213,20 @@ hr { 1px 1px 0 0px black; } +.web-button.noimg:hover { + box-shadow: + inset 1px 1px 0 0 #fff, + inset -1px -1px 0 0 #000, + 4px 4px 0 -1px var(--shadow), + 3px 3px 0 -1px var(--shadow), + 2px 2px 0 -1px var(--shadow), + 1px 1px 0 -1px var(--shadow), + 4px 4px 0 0px black, + 3px 3px 0 0px black, + 2px 2px 0 0px black, + 1px 1px 0 0px black; +} + #mothvertisement { margin-left: auto; display: block; diff --git a/views/components/footer.ejs b/views/components/footer.ejs index 1201618..5449072 100644 --- a/views/components/footer.ejs +++ b/views/components/footer.ejs @@ -8,7 +8,7 @@ <% if (button.img != null) { %> <%= button.alt %> <% } else { %> - <%= button.name %> + <%= button.name %> <% } %> <% }) %> @@ -20,7 +20,7 @@ <% if (button.img != null) { %> <%= button.alt %> <% } else { %> - <%= button.name %> + <%= button.name %> <% } %> <% }) %>