Skip to content

Commit e207b46

Browse files
committed
make it glow better
1 parent 93fba65 commit e207b46

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/_includes/bloghead.njk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
</style>
1414
<header>
1515
<div class="fcrow">
16-
<h1 style="margin: 0 0 0 0; text-align: center; line-height: 1.2">Nibir's Brain Dump</h1>
17-
<h2 style="margin: 0.5em 0 0 0;color: #909090; text-align: center; line-height: 1.2">yes I write too.</h2>
16+
<h1 style="margin: 0 0 0 0; text-align: center; line-height: 1.2;">Nibir's Brain Dump</h1>
17+
<h2 style="margin: 0.5em 0 0 0; text-align: center; line-height: 1.2">yes I write too.</h2>
18+
{# color: #909090 #}
1819
</div>
1920
</header>
2021
<nav>

src/styles/css.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ html {
6767
0%, 18%, 22%, 25%, 53%, 57%, 100% {
6868

6969
text-shadow:
70-
0 0 2px #fff,
71-
0 0 20px var(--flicker-color),
70+
0 0 1px #fff,
71+
0 0 18px var(--flicker-color),
7272

7373
}
7474

0 commit comments

Comments
 (0)