Update h1 animation and box-shadow styles in CSS

Changed online and offline dot animation from 'glow 3s infinite' to 'pulse 2s infinite'.
This commit is contained in:
DJObleezy 2025-04-24 12:37:53 -07:00
parent 81f79e2792
commit 064d877516

View File

@ -301,7 +301,7 @@ h1 {
margin-left: 0.5em;
position: relative;
top: -1px;
animation: glow 3s infinite;
animation: pulse 2s infinite;
box-shadow: 0 0 10px #32CD32, 0 0 20px #32CD32;
}
@ -319,7 +319,7 @@ h1 {
margin-left: 0.5em;
position: relative;
top: -1px;
animation: glow 3s infinite;
animation: pulse 2s infinite;
box-shadow: 0 0 10px red, 0 0 20px red !important;
}