adjusted highlight color

main
Alina Marquardt 2025-05-12 12:16:35 +02:00
parent f5c5ebbb66
commit 3395ec4d00
1 changed files with 51 additions and 51 deletions

View File

@ -150,7 +150,7 @@ p {text-wrap: pretty;}
--text-color: #333; --text-color: #333;
--link-color: #03f; --link-color: #03f;
--link-color-hover: #69f; --link-color-hover: #69f;
--highlight-color: #fcd700; --highlight-color: #a3d5d5;
--placeholder-color: #a9a9a9; --placeholder-color: #a9a9a9;
} }
@ -166,8 +166,8 @@ a:hover {color: var(--link-color-hover);}
body, select, input, textarea {color: var(--text-color);} body, select, input, textarea {color: var(--text-color);}
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */ /* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: var(--highlight-color); color: var(--text-color); text-shadow: none;} ::-moz-selection{background: var(--highlight-color); text-shadow: none;}
::selection {background: var(--highlight-color); color: var(--text-color); text-shadow: none;} ::selection {background: var(--highlight-color); text-shadow: none;}
/* j.mp/webkit-tap-highlight-color */ /* j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: var(--highlight-color);} a:link {-webkit-tap-highlight-color: var(--highlight-color);}