This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
oleg
/
pixelfed
同期ミラー
https://github.com/pixelfed/pixelfed.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Use white as the default card cap colour
Stasiek Michalski
5 年 前
親
03505d25a2
コミット
11a2a00e60
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
resources/assets/sass/_variables.scss
+ 2
- 0
resources/assets/sass/_variables.scss
ファイルの表示
@@ -21,3 +21,5 @@ $white: white;
$theme-colors: (
'primary': #08d
);
+
+$card-cap-bg: $white;