i need to sleep... I spent the last 25 mins deciding what color I want to use for selections on my website...
Prithu Goswami prithugoswami524@gmail.com
Wed, 23 Dec 2020 02:26:56 +0530
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
static/css/main.css
→
static/css/main.css
@@ -16,6 +16,12 @@ a:hover{
color: #B554E3; } +::selection { + background-color: #B554E3; + color: whitesmoke; +} + + html{ font-family: "Roboto Mono", "Lucida Console", Monaco, monospace; }