]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
style highlight mark color
authorCameron Otsuka <cameron@otsuka.haus>
Thu, 26 Feb 2026 18:29:07 +0000 (10:29 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Thu, 26 Feb 2026 18:29:07 +0000 (10:29 -0800)
src/styles/style.css

index 776af51923fde5e32129b13f29a39567812f3e67..12290fff7da12951916727f718cd23fa3aaf4790 100644 (file)
@@ -20,6 +20,7 @@
   --color-info: light-dark(#06458e, #5199e6);
   --color-warn: light-dark(#703800, #f19e4c);
   --color-error: light-dark(#900e1d, #ef6e7e);
+  --color-highlight: light-dark(#a66a74, #8c4f5b);
 
   /* Raw values for JS (needed for React components) */
   --color-bg-light: #e6e2d6;
@@ -84,6 +85,10 @@ h6 {
 strong {
   font-weight: 600;
 }
+mark {
+  color: var(--color-text);
+  background-color: var(--color-highlight);
+}
 p {
   margin-block-end: 1rem;
 }