Skip to content

Commit 308dc86

Browse files
committed
Stop using yellowish background for strong and em
1 parent 4e74267 commit 308dc86

File tree

1 file changed

+4
-9
lines changed
  • lib/rdoc/generator/template/rorvswild/css

1 file changed

+4
-9
lines changed

lib/rdoc/generator/template/rorvswild/css/rdoc.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
--color-primary: oklch(0.5 0.18 29);
1313
--color-primary-hover: oklch(0.4 0.18 29);
14-
--color-strong-background: oklch(0.97 0.03 89);
14+
--color-highlight-background: oklch(0.97 0.03 89);
1515
--color-topbar: var(--color-primary);
1616
--color-topbar-text: var(--color-background);
1717
--color-text: oklch(0.35 0.03 269);
@@ -405,7 +405,7 @@ nav footer a:any-link {
405405
.nav-section li.active > details > summary > a,
406406
.nav-section li:has(li.active) > details > summary > a {
407407
text-decoration: none;
408-
background-color: var(--color-strong-background);
408+
background-color: var(--color-highlight-background);
409409
border-radius: 3px;
410410
font-weight: 700;
411411
cursor: initial;
@@ -581,7 +581,7 @@ nav.contextual { display: none }
581581
#search-results .search-namespace { font-weight: bold; }
582582

583583
#search-results li em {
584-
background: var(--color-strong-background);
584+
background: var(--color-highlight-background);
585585
font-style: normal;
586586
}
587587

@@ -633,11 +633,6 @@ em {
633633
text-decoration-style: dotted;
634634
}
635635

636-
strong,
637-
em {
638-
background-color: var(--color-strong-background);
639-
}
640-
641636
.note-list {
642637
padding: 1em 1em 2em;
643638
box-shadow: 0 0 0 1px var(--color-border) inset;
@@ -831,7 +826,7 @@ main .mixin-from {
831826
--color-primary: oklch(0.85 0.09 29);
832827
--color-primary-hover: oklch(87.78296875% 0.07 29);
833828

834-
--color-strong-background: oklch(0.27 0.04 89);
829+
--color-highlight-background: oklch(0.27 0.04 89);
835830

836831
--color-topbar: oklch(0.5 0.18 29);
837832
--color-topbar-text: oklch(0.99 0.001 269);

0 commit comments

Comments
 (0)