mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
16 lines
164 B
CSS
16 lines
164 B
CSS
.c::-moz-selection {
|
|
color: red;
|
|
}
|
|
.c::selection {
|
|
color: red;
|
|
}
|
|
::-moz-selection {
|
|
color: red;
|
|
}
|
|
::selection {
|
|
color: red;
|
|
}
|
|
::SeLeCtIoN {
|
|
color: red;
|
|
}
|