Commit 0e0e41ea authored by Andray's avatar Andray

use gradio theme colors in css

parent ddb28b33
...@@ -780,9 +780,9 @@ table.popup-table .link{ ...@@ -780,9 +780,9 @@ table.popup-table .link{
position:absolute; position:absolute;
display:block; display:block;
padding:0px 0; padding:0px 0;
border:2px solid #a55000; border:2px solid var(--primary-800);
border-radius:8px; border-radius:8px;
box-shadow:1px 1px 2px #CE6400; box-shadow:1px 1px 2px var(--primary-500);
width: 200px; width: 200px;
} }
...@@ -799,7 +799,7 @@ table.popup-table .link{ ...@@ -799,7 +799,7 @@ table.popup-table .link{
} }
.context-menu-items a:hover{ .context-menu-items a:hover{
background: #a55000; background: var(--primary-700);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment