mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue where chat-blinking pointed to a dead local link
This commit is contained in:
@@ -2788,7 +2788,7 @@ nav ul li:hover, nav ul li.active {
|
||||
pointer-events: none;
|
||||
background: none;
|
||||
font-family: Androgyne;
|
||||
background-image: url('public/images/s1.png'), url('public/images/s2.png'), url('public/images/s3.png');
|
||||
background-image: url('assets/images/s1.png'), url('assets/images/s2.png'), url('assets/images/s3.png');
|
||||
height: 100%;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user