From e41866d6fd74b525b11f2b9d4d3b7b7dd66228e9 Mon Sep 17 00:00:00 2001 From: RDW Date: Thu, 20 Feb 2025 17:39:33 +0100 Subject: [PATCH] UI: Reduce the visual impact of availability tags They needn't be quite as striking since they aren't going to be the most important piece of information, at all. The lack of spacing is somewhat concerning, but I have a separate PR in the works to alleviate that. --- src/components/API/styles.module.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/API/styles.module.css b/src/components/API/styles.module.css index d2adec95..2cb12db0 100644 --- a/src/components/API/styles.module.css +++ b/src/components/API/styles.module.css @@ -130,11 +130,9 @@ body { } .sinceBlock { - display: inline-block; - margin-bottom: 0.5rem; - font-size: 0.8rem; - border: 3px solid black; + border: 1px solid var(--ifm-color-primary-darkest); border-radius: 15px; - padding: 0.25rem 0.5rem; - font-weight: bold; + padding: 0.25rem 0.75rem; + font-style: oblique; + font-size: 0.75rem; }