From 5882c3102fc7b53a1812a9d2f2577551d3f9d574 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 12 Mar 2021 19:42:26 +0100 Subject: [PATCH] update style --- sass/index.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sass/index.scss b/sass/index.scss index db4d640..186e285 100644 --- a/sass/index.scss +++ b/sass/index.scss @@ -13,6 +13,11 @@ body { margin-left: auto; margin-right: auto; font-size: 20px; + color: #caccce; +} + +#content ul { + list-style: square; } #content * { @@ -54,10 +59,10 @@ body { } .sec_header { - color: #eee; font-size: 1.5em; margin-top: 1.3125em; margin-bottom: .32813em; text-align: center; font-size: 35px; + color: #999; }