From c32b972bdba00a60b764be2fe0f02c4220941396 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Fri, 20 Mar 2020 21:40:51 +0100 Subject: [PATCH] improved colors and fonts --- css/experience.css | 2 +- css/general.css | 6 ++++++ css/home.css | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/css/experience.css b/css/experience.css index ca8eed1..d46b226 100644 --- a/css/experience.css +++ b/css/experience.css @@ -123,7 +123,7 @@ .ratiobtn:checked + .tab { color: aqua; - background-color: #146d23; + background-color: #234177; transition: border-left-color 500ms; } diff --git a/css/general.css b/css/general.css index 7203fcf..a142b64 100644 --- a/css/general.css +++ b/css/general.css @@ -12,6 +12,12 @@ body, html, #maincontent { /*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/ } +h1{ + text-transform: uppercase; + font-family: 'Open Sans', arial, sans-serif; + font-weight: bold; +} + /* general definition of a tile */ .tile { height: 80%; diff --git a/css/home.css b/css/home.css index 17c5e8a..44213d1 100644 --- a/css/home.css +++ b/css/home.css @@ -22,7 +22,7 @@ #preTitle { font-size: 35px; opacity: 0.8; - color: #fffd80; + color: #78ffd9; } #homepicture { @@ -39,14 +39,17 @@ #titleText { font-size: 80px; + color: #ced5f6; } #subTitleText { font-size: 50px; + color: #bec1d4; } #meaningFullSentence { width: 40%; + color: #babccd; } /* todo maybe a bit weird?? */