mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
text highlight color changed
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -1,10 +1,30 @@
|
|||||||
:root {
|
:root {
|
||||||
--alchemy-border: rgba(0,0,0,.1);
|
--alchemy-border: rgba(0,0,0,.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--primary);
|
background: #0085a1;
|
||||||
color: var(--secondary);
|
color: #fff;
|
||||||
text-shadow: none;
|
}
|
||||||
|
|
||||||
|
::-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 {
|
blockquote {
|
||||||
|
|||||||
Reference in New Issue
Block a user