mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1987 from hellcp/patch-1
Use white as the default card cap colour
This commit is contained in:
commit
b50ba10c62
1 changed files with 2 additions and 0 deletions
2
resources/assets/sass/_variables.scss
vendored
2
resources/assets/sass/_variables.scss
vendored
|
@ -21,3 +21,5 @@ $white: white;
|
|||
$theme-colors: (
|
||||
'primary': #08d
|
||||
);
|
||||
|
||||
$card-cap-bg: $white;
|
||||
|
|
Loading…
Reference in a new issue