1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

text highlight color changed

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-05-18 22:48:19 +05:30
parent 6ad3296ec0
commit e1f73c0b74
+23 -3
View File
@@ -1,10 +1,30 @@
:root {
--alchemy-border: rgba(0,0,0,.1);
}
::selection {
background: var(--primary);
color: var(--secondary);
text-shadow: none;
background: #0085a1;
color: #fff;
}
::-moz-selection {
background: #0085a1;
color: #fff;
}
::-o-selection {
background: #0085a1;
color: #fff;
}
::-ms-selection {
background: #0085a1;
color: #fff;
}
::-webkit-selection {
background: #0085a1;
color: #fff;
}
blockquote {