From 048edc1cb26b678d572643dd901c80d0f07b5464 Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Fri, 7 May 2021 13:21:19 +0200 Subject: [PATCH] improvements --- src/styles/global.module.less | 2 +- src/styles/variables.module.less | 1 + static/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/styles/global.module.less b/src/styles/global.module.less index 3a81f28..d4c10d8 100644 --- a/src/styles/global.module.less +++ b/src/styles/global.module.less @@ -136,7 +136,7 @@ strong { } ::selection { - background: #0dd0d0; + background: @selection-color; } @media only screen and (min-width: @media-s) { diff --git a/src/styles/variables.module.less b/src/styles/variables.module.less index b058570..86e2faa 100644 --- a/src/styles/variables.module.less +++ b/src/styles/variables.module.less @@ -6,6 +6,7 @@ @article-text-color: desaturate(@midnight-blue, 16%); @text-shadow: 0.02em 0.02em 0.03em fade(@tearkiss, 20%); +@selection-color: tint(@pinky, 40%); @link-color: saturate(mix(@tearkiss, @midnight-blue, 66%), 20%); @link-hover-color: @tearkiss; @link-visited-color: @french-violet; diff --git a/static/manifest.json b/static/manifest.json index bfaa815..5e8b880 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,6 +1,6 @@ { - "background_color": "#ffffff", - "theme_color": "#212138", + "background_color": "#f3fcff", + "theme_color": "#42a6f0", "name": "michalvanko.dev", "short_name": "m-dev", "display": "minimal-ui",