Add pink scrolbar and yellow selection color. - bitreich-www - the bitreich www… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 2eb0ace160fff9c232c798fe317bd6e5e48f369d | |
parent fa0df4e631a239feff76fe888facb9ee1f97ac25 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 26 Aug 2020 19:03:41 +0200 | |
Add pink scrolbar and yellow selection color. | |
Diffstat: | |
M 1-index.html.css.head | 8 ++++++++ | |
1 file changed, 8 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/1-index.html.css.head b/1-index.html.css.head | |
@@ -1,5 +1,13 @@ | |
<style type="text/css"> | |
+html, body { | |
+ height: 100%; | |
+ cursor: none; | |
+ scrollbar-color: deeppink pink; | |
+} | |
+ | |
+::selection { color: yellow; } | |
+ | |
body { | |
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS… | |
} |