Skip to content

Commit

Permalink
Fix button close color fixes #39973
Browse files Browse the repository at this point in the history
  • Loading branch information
sschoorens committed Aug 23, 2024
1 parent 65b778e commit 2ddd8f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/odm.min.css

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

3 changes: 2 additions & 1 deletion src/odm.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.odm-main {
--odm-block-container-color: #FBFBFB;
--odm-block-on-container-color: #161616;
--odm-close-hover-color: #EEEEEE;
--odm-block-radius: 28px;
--odm-main-container-color: rgba(0, 0, 0, 0.7);
--odm-main-on-container-color: #CCCCCC;
Expand Down Expand Up @@ -86,6 +85,8 @@
border-radius: 100%;
font-size: inherit;
z-index: 1;
color: var(--odm-block-on-container-color);
background: var(--odm-block-container-color);
}
.odm-main .odm-close:hover {
cursor: pointer;
Expand Down

0 comments on commit 2ddd8f8

Please sign in to comment.