mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-19 21:05:07 +00:00
Update styles.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8e21352873
commit
7c8a8b59b4
1 changed files with 3 additions and 3 deletions
|
|
@ -3065,10 +3065,10 @@ html {
|
|||
|
||||
/* Woof-specific card styling - borrowed from Meow ^ */
|
||||
.program-card.woof-card {
|
||||
--color-woof-bg: #E5CD6C;
|
||||
--color-woof-dot: #F9F3B9;
|
||||
--color-woof-bg: #e5cd6c;
|
||||
--color-woof-dot: #f9f3b9;
|
||||
--color-woof-text: #010101;
|
||||
--color-woof-accent: #2F1213;
|
||||
--color-woof-accent: #2f1213;
|
||||
background-color: var(--color-woof-bg) !important;
|
||||
background-image: radial-gradient(circle, var(--color-woof-dot) 10px, transparent 15px) !important;
|
||||
background-size: 20px 20px !important;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue