From cd49f22a5b32e8c2da4fac7ee8cd58c7d96fbdf4 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Mon, 8 Apr 2024 18:26:16 +0200 Subject: [PATCH] style: update futaba mobile buttons --- src/themes.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/themes.css b/src/themes.css index 4060e757..979a7391 100644 --- a/src/themes.css +++ b/src/themes.css @@ -270,13 +270,12 @@ --button-text-decoration: underline; /* mobile buttons */ - --button-font-size-mobile: 12pt; - --button-font-weight-mobile: unset; - --button-text-color-mobile: #00e; - --button-background-image-mobile: none; - --button-background-color-mobile: none; - --button-border-mobile: none; - --button-text-decoration-mobile: underline; + --button-font-size-mobile: 11pt; + --button-font-weight-mobile: 700; + --button-text-color-mobile: #800; + --button-background-image-mobile: url("/public/assets/buttons/button-fade.png"); + --button-background-color-mobile: #f0e0d6; + --button-border-mobile: 1px solid #c0a69d; /* footer */ --footer-item-background-color-desktop: #fed;