質問編集履歴

1

該当のソースコードcss にcss変数を追加しました。

2023/02/27 01:59

投稿

eiai
eiai

スコア9

test CHANGED
File without changes
test CHANGED
@@ -48,6 +48,29 @@
48
48
  ```
49
49
 
50
50
  ```CSS
51
+ :root {
52
+ --base-color: #fff;
53
+ --key-color: #f98903;
54
+ --key-color-lighter: #fee7cd;
55
+ --key-color-darker: #f86700;
56
+ --sub-color: #4c3232;
57
+ --sub-color-lighter: ;
58
+ --sub-color-darker: ;
59
+ --accent-color: #56bd01;
60
+ --accent-color-lighter: #abde80;
61
+ --accent-color-darker: #4ca900;
62
+ --font-color: #333;
63
+ --gray: #e4e3e2;
64
+ --gray-lighter: #f5f5f4;
65
+ --gray-darker: #d8d6d5;
66
+ --notice: #c62727;
67
+ --shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
68
+ --font-title:'Kosugi Maru', sans-serif;
69
+ --font-gothic: 'Noto Sans JP', sans-serif;
70
+ --font-mincho: 'Noto Serif JP', serif;
71
+ --font-eng: 'Dancing Script', cursive;
72
+ }
73
+
51
74
  .header {
52
75
  position: fixed;
53
76
  z-index: 999;