This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Use white as the default card cap colour
Stasiek Michalski
5 years ago
parent
03505d25a2
commit
11a2a00e60
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
resources/assets/sass/_variables.scss
+ 2
- 0
resources/assets/sass/_variables.scss
View File
@@ -21,3 +21,5 @@ $white: white;
$theme-colors: (
$theme-colors: (
'primary': #08d
'primary': #08d
);
);
+
+$card-cap-bg: $white;