From bd39725e8b723e6184b298a43f6fcac96141ff43 Mon Sep 17 00:00:00 2001 From: syn Date: Wed, 19 Feb 2020 00:07:13 +0300 Subject: Colors --- index.html | 3 ++- style.css | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 412aeab..953d846 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ - new tab + fn + diff --git a/style.css b/style.css index 43b54be..3530292 100644 --- a/style.css +++ b/style.css @@ -44,19 +44,19 @@ div { /* Background */ body { - background-color: #2a2a2a; + background-color: #141D20; } /* Text */ div { - --text-color: white; + --text-color: #a070a0; } /* Heading */ h1 { - color: #ffe28a; + color: #6EE2FF; } /* Categories */ -- cgit v1.2.1-18-gbd029