improvements
This commit is contained in:
parent
774d47f6d9
commit
048edc1cb2
@ -136,7 +136,7 @@ strong {
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #0dd0d0;
|
||||
background: @selection-color;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: @media-s) {
|
||||
|
@ -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;
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user