use gradio theme colors in css

This commit is contained in:
Andray 2024-05-01 16:54:47 +04:00 committed by w-e-w
parent f0ec357cdc
commit 2eac0a929b
1 changed files with 3 additions and 3 deletions

View File

@ -780,9 +780,9 @@ table.popup-table .link{
position:absolute;
display:block;
padding:0px 0;
border:2px solid #a55000;
border:2px solid var(--primary-800);
border-radius:8px;
box-shadow:1px 1px 2px #CE6400;
box-shadow:1px 1px 2px var(--primary-500);
width: 200px;
}
@ -799,7 +799,7 @@ table.popup-table .link{
}
.context-menu-items a:hover{
background: #a55000;
background: var(--primary-700);
}