Add background color to table

This commit is contained in:
daudix
2024-06-12 01:22:33 +03:00
parent 02fbdda1df
commit dba4f1d792

View File

@ -3,6 +3,7 @@ table {
box-shadow: var(--edge-highlight); box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner); border-radius: var(--rounded-corner);
border-collapse: collapse; border-collapse: collapse;
background-color: var(--fg-muted-1);
width: 100%; width: 100%;
table-layout: fixed; table-layout: fixed;
overflow: hidden; overflow: hidden;