add border around <figure>s in descriptions
This commit is contained in:
parent
e2ab69f0a7
commit
9c3182454d
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ body {
|
|||
|
||||
#info figure img {
|
||||
max-width: 100%;
|
||||
border: var(--border-thickness) solid var(--border-col);
|
||||
box-shadow: var(--text-shadow);
|
||||
}
|
||||
|
||||
#info .light-bg {
|
||||
|
|
Loading…
Reference in a new issue