Add back raw link to deal

This commit is contained in:
2026-02-14 22:10:30 -05:00
parent ca58af6a57
commit 928ee46b9d
2 changed files with 53 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
:root {
/* Light theme (default) */
--bg-primary: #dddddd;
--bg-secondary: #eeeeee;
--bg-secondary: #e8e8e8;
--text-primary: #212529;
--text-secondary: #6c757d;
--border-color: #d0d0d0;
@@ -54,7 +54,7 @@ html[data-bs-theme="dark"] {
html[data-bs-theme="light"],
html.light-theme {
--bg-primary: #dddddd;
--bg-secondary: #eeeeee;
--bg-secondary: #e8e8e8;
--text-primary: #212529;
--text-secondary: #6c757d;
--border-color: #d0d0d0;