Skip to content

Commit 41b24d3

Browse files
Merge pull request #15680 from light-and-ray/use_gradio_theme_colors_in_css
use gradio theme colors in css
2 parents 742bfbe + 0e0e41e commit 41b24d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,9 @@ table.popup-table .link{
780780
position:absolute;
781781
display:block;
782782
padding:0px 0;
783-
border:2px solid #a55000;
783+
border:2px solid var(--primary-800);
784784
border-radius:8px;
785-
box-shadow:1px 1px 2px #CE6400;
785+
box-shadow:1px 1px 2px var(--primary-500);
786786
width: 200px;
787787
}
788788

@@ -799,7 +799,7 @@ table.popup-table .link{
799799
}
800800

801801
.context-menu-items a:hover{
802-
background: #a55000;
802+
background: var(--primary-700);
803803
}
804804

805805

0 commit comments

Comments
 (0)