:3
This commit is contained in:
parent
952d32b2af
commit
dc796e42a8
19 changed files with 124 additions and 53 deletions
|
@ -273,5 +273,5 @@ Hosted
|
|||
|
||||
/* Images get a border and a shadow */
|
||||
.md-contents img:not(.md-override) {
|
||||
@apply border-2 border-image shadow-image shadow-sm m-1;
|
||||
@apply shadow-image shadow-sm m-1;
|
||||
}
|
||||
|
|
|
@ -162,4 +162,8 @@ color: #75715e;
|
|||
.hljs-type,
|
||||
.hljs-selector-id {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.card {
|
||||
@apply shadow-sm shadow-border-accent;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue