diff options
| author | root <root@caddy-256phi.local> | 2026-04-01 13:28:23 +0200 |
|---|---|---|
| committer | root <root@caddy-256phi.local> | 2026-04-01 13:28:23 +0200 |
| commit | 62225f993fe7bf7e81105112d28b360a7001d57b (patch) | |
| tree | 79411bde019d101ee45bec678137094b5fb9ef7b | |
| parent | 84a00a9396e32524a0db82737cfa5239eba2891d (diff) | |
Fixed some stuff
| -rw-r--r-- | src/Pages/commissions/commissions.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php index 77e1d4c..2511bc0 100644 --- a/src/Pages/commissions/commissions.php +++ b/src/Pages/commissions/commissions.php @@ -39,11 +39,11 @@ } .status-open { color: #00ff00; - text-shadow: 0 0 8px rgba(0, 255, 0, 0.6); + text-shadow: 0 0 10px rgba(0, 255, 0, 0.6); } .status-closed { color: #ff0000; - text-shadow: 0 0 8px rgba(255, 0, 0, 0.6); + text-shadow: 0 0 10px rgba(255, 0, 0, 0.6); } .form-row { margin-bottom: 15px; @@ -187,7 +187,7 @@ <p class="subtitle">// request custom artwork</p> <p style="text-align: center; font-size: 20px;"> - Status: <span class="status-closed">[ CLOSED ]</span> + Status: <span class="status-open">[ OPEN ]</span> </p> <p style="text-align: center;"> |
