Glow on currently "selected" heading, fix status badge

And yeah, new commit message format :3
This commit is contained in:
daudix
2024-02-05 02:38:32 +03:00
parent e4246c69b8
commit 72775cb68b
2 changed files with 6 additions and 3 deletions

View File

@ -48,6 +48,7 @@ body {
scroll-margin-top: 15vh;
animation: var(--transition-long) 1s highlight-in-out;
color: var(--primary-color);
text-shadow: var(--primary-color-alpha) 0 0 4px, var(--primary-color) 0 0 12px;
@keyframes highlight-in-out {
50% {
@ -73,7 +74,8 @@ h3,
h4,
h5,
h6 {
font-family: Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif;
font-family: Superclarendon, "Bookman Old Style", "URW Bookman",
"URW Bookman L", "Georgia Pro", Georgia, serif;
font-weight: lighter;
line-height: 1.25;
margin: 3rem 0 1rem;
@ -198,7 +200,8 @@ aside {
pre,
code,
kbd {
font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas,
"DejaVu Sans Mono", monospace;
}
code:not(pre code) {