Skip to content

Commit

Permalink
chore: Sync Theme-Customs
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <[email protected]>
  • Loading branch information
DiegoAndresCortes committed Sep 16, 2024
1 parent 8a0e5f3 commit 074ecf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/compat/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ fieldset legend {
border-style: var(--fieldset-legend-border-style);
border-width: var(--fieldset-legend-border-width);
box-shadow: var(--fieldset-legend-box-shadow);
font-weight: bold;
font-size: var(--fieldset-legend-font-size);
font-weight: var(--fieldset-legend-font-weight);
color: var(--fieldset-legend-color);
}
/* Details tag */
Expand Down
2 changes: 2 additions & 0 deletions css/compat/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
--fieldset-legend-border-width: 0;
--fieldset-legend-box-shadow: none;
--fieldset-legend-color: hsl(0, 0%, 33%);
--fieldset-legend-font-size: inherit;
--fieldset-legend-font-weight: 700;

/** Details **/
--details-bg: transparent;
Expand Down

0 comments on commit 074ecf8

Please sign in to comment.