Skip to content

Commit

Permalink
variant: more glow to neon page title
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Feb 24, 2022
1 parent e4112c7 commit 1abf01f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/css/theme-neon.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@ body a#logo{
text-shadow:
0 0 1px #fff,
0 0 2px #fff,
0 0 6px var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color),
0 0 8px var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
0 0 4px #c0c0c0,
0 0 8px #808080,
0 0 4px var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color),
0 0 8px var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color),
0 0 12px var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
}

body h1 {
Expand Down

0 comments on commit 1abf01f

Please sign in to comment.