mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
add table styling
This commit is contained in:
parent
5cb191d624
commit
bdad8bf7a0
1 changed files with 11 additions and 0 deletions
|
|
@ -28,6 +28,17 @@ body.nightMode {
|
|||
color: var(--fg);
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 0.5em;
|
||||
border: 1px solid;
|
||||
border-color: vars.palette(darkgray, 0);
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 95vh;
|
||||
|
|
|
|||
Loading…
Reference in a new issue