Skip to content

Commit fba786f

Browse files
committed
Tone down nav blur
1 parent 66f38eb commit fba786f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/assets/stylesheets/custom.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ trix-editor {
8989
color: white;
9090
&:hover{
9191
color: white;
92-
text-shadow: 0 0 5px #ffffff66, 0 0 10px #ff4da666, 0 0 15px #ff4da666, 0 0 20px #ff4da666 ;
92+
// Fun pink:
93+
// text-shadow: 0 0 5px #ffffff66, 0 0 10px #ff4da666, 0 0 15px #ff4da666, 0 0 20px #ff4da666 ;
94+
// Blue:
95+
text-shadow: 0 0 5px #ffffff66, 0 0 10px #26689966, 0 0 15px #26689966, 0 0 20px #26689966 ;
9396
}
9497
}
9598
}

0 commit comments

Comments
 (0)