This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
oleg
/
pixelfed
mirror da
https://github.com/pixelfed/pixelfed.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Use white as the default card cap colour
Stasiek Michalski
5 anni fa
parent
03505d25a2
commit
11a2a00e60
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
resources/assets/sass/_variables.scss
+ 2
- 0
resources/assets/sass/_variables.scss
Vedi File
@@ -21,3 +21,5 @@ $white: white;
$theme-colors: (
'primary': #08d
);
+
+$card-cap-bg: $white;