mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Add more borders in table for clarity
This commit is contained in:
parent
1f8a82228e
commit
36a19a48b7
@ -684,6 +684,7 @@ table.markdown {
|
|||||||
.markdown thead {
|
.markdown thead {
|
||||||
background-color: var(--background-2);
|
background-color: var(--background-2);
|
||||||
color: var(--text-2);
|
color: var(--text-2);
|
||||||
|
border-bottom: 2px solid var(--text-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown th,
|
.markdown th,
|
||||||
@ -691,6 +692,11 @@ table.markdown {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown th + th,
|
||||||
|
.markdown td + td {
|
||||||
|
border-left: 2px solid var(--text-1);
|
||||||
|
}
|
||||||
|
|
||||||
.markdown tbody tr:nth-child(odd) {
|
.markdown tbody tr:nth-child(odd) {
|
||||||
background-color: var(--background-0);
|
background-color: var(--background-0);
|
||||||
color: var(--text-0);
|
color: var(--text-0);
|
||||||
|
Loading…
Reference in New Issue
Block a user