Skip to content

Commit d167982

Browse files
committed
背景色のHSLを調整して彩度を1%下げた。
1 parent 057b3f4 commit d167982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

petitnote/template/basic/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ https://developer.mozilla.org/ja/docs/Web/CSS/Using_CSS_custom_properties
7676
/* いいね */
7777
--clap-text-color: var(--sns-share-text-color);
7878
/* 背景色 */
79-
--background-color: hsl(212 25% 14% / 1);
79+
--background-color: hsl(212 24% 14% / 1);
8080
/* 掲示板タイトルの文字色 */
8181
--title-a-color: var(--a-color);
8282
/* 記事タイトルの文字色 */

0 commit comments

Comments
 (0)