Add pink scrolbar and yellow selection color. - bitreich-www - the bitreich www website generator
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
---
(DIR) commit 2eb0ace160fff9c232c798fe317bd6e5e48f369d
(DIR) parent fa0df4e631a239feff76fe888facb9ee1f97ac25
(HTM) Author: Christoph Lohmann <20h@r-36.net>
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(-)
---
(DIR) 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 {