From a2d4d56e11f5818bcf27598df83f6669d36f189f Mon Sep 17 00:00:00 2001 From: freeplay Date: Mon, 28 Aug 2023 12:19:18 -0400 Subject: [PATCH] 1.7.1 - fix hashtags bar --- modern.css | 3 ++- modern.user.css | 11 ++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/modern.css b/modern.css index 4e3161d..39dc0e8 100644 --- a/modern.css +++ b/modern.css @@ -2405,8 +2405,9 @@ body:not(.flavour-glitch) #mastodon .account-timeline__header .account__header_ #mastodon .hashtag-bar button { font-size: 0.85em; font-weight: 600; - opacity: 0.8; padding: 0.2em 0.6em; + opacity: 0.7; + color: var(--accent, #8c8dff); transition: opacity 0.2s; } #mastodon .hashtag-bar a { diff --git a/modern.user.css b/modern.user.css index 7275aa4..6782888 100644 --- a/modern.user.css +++ b/modern.user.css @@ -13,12 +13,8 @@ //////////////////////////////////////////////////////////////////// -/* Update 1.7.0 -- New navbar design for when logged out, uses less space -- fix sidebar height (footer had too much bottom padding) -- fix multiple images in gallery being cut off -- style hashtags bar -- fixes +/* Update 1.7.1 +- fix hashtags bar (probably should've expected it would've been changed) */ /* ==UserStyle== @@ -1709,8 +1705,9 @@ a, button { font-size .85em font-weight 600 - opacity .8 padding .2em .6em + opacity .7 + color var(--accent, #8c8dff) transition opacity .2s } a {