mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-19 02:22:11 +01:00
Fiix colours (#5211)
<img width="638" height="471" alt="image" src="https://github.com/user-attachments/assets/c2352e25-6ee0-4726-9ce4-059870347ea6" /> <img width="638" height="450" alt="image" src="https://github.com/user-attachments/assets/a17931ca-ffea-4dc3-a17a-629d98003da6" /> <img width="985" height="774" alt="image" src="https://github.com/user-attachments/assets/b16203c6-a136-4fee-ba57-495f7b6e8c75" /> <img width="635" height="348" alt="image" src="https://github.com/user-attachments/assets/4b4ab328-b2e4-442f-84a5-d947e97653ec" />
This commit is contained in:
@@ -617,6 +617,41 @@
|
||||
border-color: var(--landing-drop-inner-paper-border) !important;
|
||||
}
|
||||
|
||||
/* Plan section card borders - only override in dark mode */
|
||||
[data-mantine-color-scheme="dark"] .plan-card {
|
||||
--paper-border-color: rgb(158, 158, 158) !important;
|
||||
}
|
||||
|
||||
[data-mantine-color-scheme="dark"] .plan-card [data-size="sm"] {
|
||||
color: rgb(221, 221, 221) !important;
|
||||
}
|
||||
|
||||
/* Current plan badge - use light mode green in dark mode */
|
||||
[data-mantine-color-scheme="dark"] .current-plan-badge {
|
||||
background-color: var(--color-green-300) !important;
|
||||
}
|
||||
|
||||
/* Plan section button colors */
|
||||
.plan-button:not(:disabled):not([data-disabled]) {
|
||||
background-color: #0A8BFF !important;
|
||||
}
|
||||
|
||||
[data-mantine-color-scheme="dark"] .plan-button:not(:disabled):not([data-disabled]) {
|
||||
background-color: #1C598E !important;
|
||||
}
|
||||
|
||||
/* Lighter grey for disabled plan buttons */
|
||||
.plan-button:disabled,
|
||||
.plan-button[data-disabled] {
|
||||
background-color: #7e7e7e !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
[data-mantine-color-scheme="dark"] .plan-button:disabled,
|
||||
[data-mantine-color-scheme="dark"] .plan-button[data-disabled] {
|
||||
background-color: #6b7280 !important;
|
||||
}
|
||||
|
||||
/* Smooth transitions for theme switching */
|
||||
* {
|
||||
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
|
||||
|
||||
Reference in New Issue
Block a user