Archive button: it had no text colour, and no room beside its neighbours

I gave it the class "ghost", which on PolHunter is a button and here is the
giant faded wordmark in the footer. That class sets color:transparent, so the
label was not dark, it was invisible. It now uses a new "quiet" variant, grey
on a muted outline, which reads clearly and sits below the mint actions rather
than competing with them.

The campaign actions also had no spacing on desktop. The mobile layout already
gapped them; the wide one leaned on a plain space between tags, so they sat
flush against each other.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-23 08:57:56 -05:00
parent f0a6a93f8b
commit 02d60d6ee1
4 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<title>Member area | InstantAdPay</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
<link rel="icon" type="image/png" href="/logo-icon.png">
<link rel="stylesheet" href="/assets/site.css?v=20260922x">
<link rel="stylesheet" href="/assets/site.css?v=20260923d">
</head>
<body class="bo-body">
@@ -1073,7 +1073,7 @@
<script src="/assets/common.js?v=20260923b"></script>
<script src="/assets/wallet.js?v=20260911a"></script>
<script src="/assets/promo.js?v=20260921d"></script>
<script src="/assets/my.js?v=20260923c"></script>
<script src="/assets/my.js?v=20260923d"></script>
<script src="/assets/chat.js?v=20260907l"></script>
</body>
</html>