Better selection colors Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sat, 10 Aug 2019 22:26:33 +0530
2 files changed,
8 insertions(+),
0 deletions(-)
M
build/static/style.css
→
build/static/style.css
@@ -201,6 +201,10 @@ p {
bottom: 2em; } +::selection { + background-color: cyan; + color: #021012; +} @media only screen and (max-width: 70em) { .left {
M
static/style.css
→
static/style.css
@@ -201,6 +201,10 @@ p {
bottom: 2em; } +::selection { + background-color: cyan; + color: #021012; +} @media only screen and (max-width: 70em) { .left {