improvements
This commit is contained in:
parent
774d47f6d9
commit
048edc1cb2
@ -136,7 +136,7 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: #0dd0d0;
|
background: @selection-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: @media-s) {
|
@media only screen and (min-width: @media-s) {
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
@article-text-color: desaturate(@midnight-blue, 16%);
|
@article-text-color: desaturate(@midnight-blue, 16%);
|
||||||
@text-shadow: 0.02em 0.02em 0.03em fade(@tearkiss, 20%);
|
@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-color: saturate(mix(@tearkiss, @midnight-blue, 66%), 20%);
|
||||||
@link-hover-color: @tearkiss;
|
@link-hover-color: @tearkiss;
|
||||||
@link-visited-color: @french-violet;
|
@link-visited-color: @french-violet;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"background_color": "#ffffff",
|
"background_color": "#f3fcff",
|
||||||
"theme_color": "#212138",
|
"theme_color": "#42a6f0",
|
||||||
"name": "michalvanko.dev",
|
"name": "michalvanko.dev",
|
||||||
"short_name": "m-dev",
|
"short_name": "m-dev",
|
||||||
"display": "minimal-ui",
|
"display": "minimal-ui",
|
||||||
|
Loading…
Reference in New Issue
Block a user