Skip to content

Commit 421cfeb

Browse files
authored
Merge pull request #251 from schmic75-gasos/schmic75-gasos-patch-1
Improve summary word-break and remove hardcoded color
2 parents ba4af94 + 77d4422 commit 421cfeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

simple.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ summary {
382382
font-weight: bold;
383383
padding: 0.7rem 1rem;
384384
margin: -0.7rem -1rem;
385-
word-break: break-all;
385+
word-break: break-word;
386386
}
387387

388388
details[open] > summary + * {
@@ -558,7 +558,7 @@ mark {
558558
}
559559

560560
mark a {
561-
color: #0d47a1;
561+
color: var(--accent);
562562
}
563563

564564
img,

0 commit comments

Comments
 (0)