diff --git a/style.css b/style.css index 0336556..67b2ff5 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,7 @@ *::selection { background-color: var(--primary-color); - color: var(--text-color); + color: #ffffff; } body { @@ -81,7 +81,7 @@ a:hover { } .title_center { - font-size: 24px; + font-size: 21px; text-align: center; }