Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Sep 23, 2024
1 parent 5aef3a2 commit 877b46d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.wp-block-heading {
background-color: red;

@mixins margin-trim;

Expand Down
2 changes: 1 addition & 1 deletion projects/10up-theme/assets/css/blocks/core/paragraph.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.wp-block-paragraph {
background-color: blue;
background-color: currentColor;
}
2 changes: 1 addition & 1 deletion projects/10up-theme/assets/css/blocks/tenup/accordion.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.wp-block-tenup-accordion {
border: 1px solid green;
border: 1px solid currentColor;
}

0 comments on commit 877b46d

Please sign in to comment.