style: update styles for text selection and tables

This commit is contained in:
radishzzz 2025-05-09 13:10:44 +01:00
parent fa0c7db306
commit 0581542aea
3 changed files with 18 additions and 3 deletions

View file

@ -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) {