Skip to content

Commit

Permalink
Update fallback variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Dec 20, 2024
1 parent ad93a74 commit ea8116e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/reactions/style-index-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/reactions/style-index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/reactions/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
list-style: none;
width: max-content;
max-width: 300px;
background-color: var( --wp--preset--color--background, --wp--preset--color--custom-background, --wp--preset--color--base );
background-color: var( --wp--preset--color--background, var( --wp--preset--color--custom-background, var( --wp--preset--color--base ) ) );

ul {
margin: 0;
Expand All @@ -123,7 +123,7 @@
padding: .5em;
text-decoration: none;
font-size: var( --wp--preset--font-size--small, .75rem );
color: var( --wp--preset--color--contrast, --wp--preset--color--secondary );
color: var( --wp--preset--color--contrast, var( --wp--preset--color--secondary ) );

&:hover {
text-decoration: underline;
Expand Down

0 comments on commit ea8116e

Please sign in to comment.