diff options
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app.css b/src/app.css index c98a44c..4b1b53d 100644 --- a/src/app.css +++ b/src/app.css @@ -83,7 +83,7 @@ #postmd { @apply font-sans; a { - @apply quicklink; + @apply quicklink text-nowrap; } h1 { @apply text-4xl mb-1.5 mt-2; @@ -145,7 +145,7 @@ @apply h-[90%] top-[5%]; } p { - @apply my-1; + @apply my-1.5 leading-5; } code { @apply font-genericmono; @@ -197,9 +197,9 @@ blockquote:not(.default-blockquote) { @apply -ml-1 pl-4 p-2 relative my-1; &::before { - @apply absolute w-1 bg-accent-primary/50 transition-colors left-0 top-[10%] h-[80%]; + @apply absolute w-1 bg-violet-500/50 transition-colors left-0 top-[10%] h-[80%]; content: ''; - --colour-full: var(--color-accent-primary); + --colour-full: var(--color-violet-500); } &:hover::before { background-color: var(--colour-full); |