This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
oleg
/
pixelfed
kopia lustrzana
https://github.com/pixelfed/pixelfed.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Use white as the default card cap colour
Stasiek Michalski
5 lat temu
rodzic
03505d25a2
commit
11a2a00e60
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
resources/assets/sass/_variables.scss
+ 2
- 0
resources/assets/sass/_variables.scss
Wyświetl plik
@@ -21,3 +21,5 @@ $white: white;
$theme-colors: (
'primary': #08d
);
+
+$card-cap-bg: $white;