Skip to content

Commit 6279257

Browse files
committed
freebuff: Add missing globals.css
1 parent 2f4f21c commit 6279257

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

freebuff/web/src/styles/globals.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,22 @@
8686
pointer-events: none;
8787
}
8888

89+
/* Giant keyword wall — hollow outlined text */
90+
.keyword-hollow {
91+
color: transparent;
92+
-webkit-text-stroke: 1.5px rgba(0, 255, 149, 0.4);
93+
transition: color 0.5s ease, -webkit-text-stroke-color 0.5s ease, text-shadow 0.5s ease;
94+
}
95+
96+
.group:hover .keyword-hollow,
97+
.keyword-filled {
98+
color: #00FF95;
99+
-webkit-text-stroke: 1.5px #00FF95;
100+
text-shadow:
101+
0 0 40px rgba(0, 255, 149, 0.3),
102+
0 0 80px rgba(0, 255, 149, 0.1);
103+
}
104+
89105
@media (prefers-reduced-motion: reduce) {
90106
.animate-glow-pulse,
91107
.animate-scan-line,

0 commit comments

Comments
 (0)