Skip to content

Commit 74a1ff8

Browse files
committed
Add hover glow effect to keywords
1 parent d2ad3e5 commit 74a1ff8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/styles/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666

6767
.mta-keyword-link:hover {
6868
font-weight: 100;
69+
text-shadow:
70+
0 0 5px currentColor,
71+
0 0 10px currentColor,
72+
0 0 20px currentColor;
6973
}
7074

7175
.added-updated-description-box {

0 commit comments

Comments
 (0)