mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
style: update styles for text selection and tables
This commit is contained in:
parent
fa0c7db306
commit
0581542aea
3 changed files with 18 additions and 3 deletions
|
@ -11,6 +11,12 @@ body {
|
|||
backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
::selection {
|
||||
--at-apply: 'bg-mark';
|
||||
}
|
||||
html.dark ::selection {
|
||||
--at-apply: 'c-background';
|
||||
}
|
||||
|
||||
/* View Transition with Theme Toggle >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
|
||||
::view-transition-new(theme-transition) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue