update article styles

This commit is contained in:
Triston Armstrong 2024-01-08 23:29:18 -06:00
parent 56fcdf1250
commit 92b99746b3

View File

@ -199,9 +199,15 @@
/* OVERRIDES ----------------------------------*/
article {
@apply bg-elevated;
padding-top: .8rem;
padding-bottom: .8rem;
background-color: var(--elevated);
background: radial-gradient(circle at top right,
var(--elevated) 0%, var(--background) 90%)
}
;
body nav:first-of-type::before {
backdrop-filter: unset;
-webkit-backdrop-filter: unset;