Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Jul 28, 2023
1 parent 38bebfd commit d3ec721
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions assets/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ section h6 {
/* Code block */
code {
/* Inline code style */
@apply rounded p-1 bg-muted text-base font-mono text-sm;
@apply rounded-lg p-1 bg-muted text-base font-mono text-sm drop-shadow-lg;
}

code > pre {
@apply font-mono;
}

pre {
@apply overflow-auto p-4 my-5 rounded-lg;
@apply overflow-auto p-4 my-5 rounded-lg drop-shadow-lg;;
}

pre > code {
Expand Down Expand Up @@ -159,9 +159,14 @@ pre > code {
/* ###################### */
/* # Figure # */
/* ###################### */
figure,
img {
@apply block mx-auto;
figure {
img {
@apply block mx-auto rounded-lg drop-shadow-lg;
}

figcaption {
@apply px-5 py-3 text-center text-muted italic;
}
}

/* ################### */
Expand Down

0 comments on commit d3ec721

Please sign in to comment.