mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 11:10:44 +02:00
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:
parent
81f79e2792
commit
064d877516
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user