reuse configured colors for admin panel profiling table

This commit is contained in:
ansuz 2021-02-08 16:13:30 +05:30
parent 63c1f7f78d
commit b5b0318ebf

View File

@ -170,7 +170,8 @@
table#cp-performance-table {
td, th {
padding: 5px;
border: 1px solid #222;
color: @cryptpad_text_col;
border: 1px solid @cryptpad_text_col;
}
}