selection no worky due to contrast
This commit is contained in:
parent
d4ab483fc1
commit
038c9325db
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@ blockquote {
|
||||||
pre:has( > code) {
|
pre:has( > code) {
|
||||||
background: var(--blockquote-bg);
|
background: var(--blockquote-bg);
|
||||||
}
|
}
|
||||||
|
/*fancy user selection for funsies*/
|
||||||
|
/*
|
||||||
|
::selection {
|
||||||
|
background-color: indigo;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
@layer print{
|
@layer print{
|
||||||
|
|
Loading…
Reference in a new issue