style: update futaba mobile buttons

This commit is contained in:
plebeius.eth
2024-04-08 18:26:16 +02:00
parent 5838fa7388
commit cd49f22a5b
+6 -7
View File
@@ -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;