Skip to content

Commit 98e14d1

Browse files
committed
fix hackerowl theme change
1 parent 7fa3527 commit 98e14d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apps/remix-ide/src/assets/css/themes/remix-hacker_owl.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,7 @@ input[type="submit"].btn-block {
27542754
color: var(--text);
27552755
text-align: left;
27562756
list-style: none;
2757-
background-color: var(--text-background);
2757+
background-color: transparent;
27582758
background-clip: padding-box;
27592759
border: 1px solid rgba(0, 0, 0, 0.15);
27602760
border-radius: 2px;

0 commit comments

Comments
 (0)