This commit is contained in:
Mrrp 2025-01-25 19:37:29 -08:00
parent 952d32b2af
commit dc796e42a8
19 changed files with 124 additions and 53 deletions

View file

@ -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;
}

View file

@ -162,4 +162,8 @@ color: #75715e;
.hljs-type,
.hljs-selector-id {
font-weight: bold;
}
.card {
@apply shadow-sm shadow-border-accent;
}