mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
@@ -3,27 +3,27 @@
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--pink);
|
||||
background: #0085a1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: var(--pink);
|
||||
background: #05bce0a9;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-o-selection {
|
||||
background: var(--pink);
|
||||
background: #0085a1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-ms-selection {
|
||||
background: var(--pink);
|
||||
background: #0085a1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
::-webkit-selection {
|
||||
background: var(--pink);
|
||||
background: #0085a1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user