Skip to content

Commit ddccb97

Browse files
authored
Fix the crown adornment background color to currentColor (#15)
1 parent ef40119 commit ddccb97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/logo-adornments/crown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
top: 3%;
99
right: 8.625%;
1010

11-
background-color: #fff;
11+
background-color: currentColor;
1212

1313
clip-path: url("../images/logo-adornments/crown.svg#crown");
1414
}

0 commit comments

Comments
 (0)