improvements

This commit is contained in:
Michal Vanko 2021-05-07 13:21:19 +02:00
parent 774d47f6d9
commit 048edc1cb2
3 changed files with 4 additions and 3 deletions

View File

@ -136,7 +136,7 @@ strong {
}
::selection {
background: #0dd0d0;
background: @selection-color;
}
@media only screen and (min-width: @media-s) {

View File

@ -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;

View File

@ -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",