fix some styles
This commit is contained in:
parent
9c7334cb65
commit
f5601e9c5e
3 changed files with 8 additions and 3 deletions
|
@ -154,7 +154,7 @@ main {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.tag {
|
||||
.tag-pm {
|
||||
font-size: .7em;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
|
|
|
@ -21,7 +21,12 @@
|
|||
background-color: var(--bg);
|
||||
}
|
||||
|
||||
table th, table td {
|
||||
.md table th, table td {
|
||||
padding: 10px 20px;
|
||||
border: 1px solid var(--bd);
|
||||
}
|
||||
|
||||
.md img {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue