feat[table]: Added table coloring
This commit is contained in:
parent
3e68fbd70b
commit
af54cec326
@ -129,3 +129,17 @@ position: relative;
|
||||
#mode-selector.dark button {
|
||||
color: #FFF
|
||||
}
|
||||
|
||||
table, th, td{
|
||||
border: 1px solid;
|
||||
border-collapse: collapse;
|
||||
color: #000;
|
||||
padding: 2pt;
|
||||
}
|
||||
th {
|
||||
border: 2px solid;
|
||||
}
|
||||
|
||||
body.dark table, body.dark th, body.dark td {
|
||||
color: #FFF;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user