Move custom.css from the theme to the root
This commit is contained in:
parent
870b76d94d
commit
9affe7b4cc
2 changed files with 12 additions and 1 deletions
11
assets/style.css
Normal file
11
assets/style.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* Place custom css here. */
|
||||
|
||||
figure {
|
||||
padding: 6px;
|
||||
border: 1px solid var(--fog);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
img {
|
||||
border-radius: 4px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue