mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 09:19:56 +02:00
Merge branch '916-changes-to-css-have-broken-dark-theme' into 'develop'
Resolve "Changes to CSS have broken Dark Theme" Closes #916 See merge request funkwhale/funkwhale!888
This commit is contained in:
commit
4ce59adcd5
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
/* purgecss start ignore */
|
||||
|
||||
$background-color: rgb(43, 58, 66);
|
||||
$button-hover-color: rgb(33, 48, 56);
|
||||
$light-background-color: rgb(51, 71, 82);
|
||||
|
@ -271,3 +273,5 @@ $link-color: rgb(255, 144, 0);
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* purgecss end ignore */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue