some more updates

This commit is contained in:
Amruth Pillai
2025-01-13 01:07:01 +01:00
parent 43c5a33773
commit eab996f7e7
2 changed files with 1 additions and 3 deletions

View File

@ -110,7 +110,7 @@ pre[class*="language-"] {
cursor: help;
}
@media screen and (-ms-high-contrast: active) {
@media screen and (forced-colors: active) {
code[class*="language-"],
pre[class*="language-"] {
color: windowText;

View File

@ -1,5 +1,3 @@
// import "prismjs/themes/prism.min.css";
import { t } from "@lingui/macro";
import { useTheme } from "@reactive-resume/hooks";
import { Label, Switch } from "@reactive-resume/ui";