Skip to content

Commit

Permalink
strong to bold
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdherron committed Dec 18, 2023
1 parent 6942eec commit b7777cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/lib/components/ratio/ColorIssues.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</script>

<details class="known-issues" open={startOpen} data-pass={pass}>
<summary><strong>Known Color Issues</strong></summary>
<summary>Known Color Issues</summary>
<dl class="issues-list">
<dt><strong>Gamut Mapping Implementation</strong></dt>
<dt>Gamut Mapping Implementation</dt>
<dd>
<p>
Browsers implemented gamut mapping using clipping, which is fast but
Expand All @@ -39,6 +39,10 @@
grid-auto-rows: auto;
grid-template-columns: 1fr;
}
dt {
font-weight: bold;
}
dd {
--description-margin-inline: 0;
}
Expand Down
1 change: 1 addition & 0 deletions src/sass/patterns/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ details {

summary {
cursor: pointer;
font-weight: bold;
list-style-position: outside;
}

Expand Down

0 comments on commit b7777cd

Please sign in to comment.