reuse configured colors for admin panel profiling table

pull/1/head
ansuz 2021-02-08 16:13:30 +05:30
parent 63c1f7f78d
commit b5b0318ebf
1 changed files with 2 additions and 1 deletions

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;
}
}