From dfd0b38e310942e87d1e30af6bcc512967e2024c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 26 Jun 2021 16:24:34 -0400 Subject: [PATCH] Adjust submission and ko-fi buttons --- macrovision.css | 9 ++++++--- macrovision.html | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/macrovision.css b/macrovision.css index 5b19b892..3ebb2014 100644 --- a/macrovision.css +++ b/macrovision.css @@ -222,7 +222,8 @@ body.show-extra-options .options-block.options-block-optional { .options-banner-button { display: inline-block; text-align: center; - font-size: 24pt; + font-size: 20pt; + color: #ddd; background: #262; text-decoration: none; user-select: none; @@ -231,15 +232,17 @@ body.show-extra-options .options-block.options-block-optional { border-color: #666; border-width: 3pt; border-style: outset; - width: 90%; + width: 85%; } .options-banner-button:hover { + color: #eee; background: #282; } .options-banner-button:active { - background: #272; + color: #fff; + background: #2a2; border-style: inset; } diff --git a/macrovision.html b/macrovision.html index 922ea7fd..4d496af9 100644 --- a/macrovision.html +++ b/macrovision.html @@ -85,7 +85,7 @@