Skip to content

Commit ff5dfb9

Browse files
authored
Update logo animation color
1 parent 74dd478 commit ff5dfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/media/style/default/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#mainloader.show {opacity: 0.75; visibility: visible; -webkit-transition-duration: 0.1s; transition-duration: 0.1s}
2525
#mainloader::before {display: none;}
2626
.evo__logo {font-size: 3.5em;position: fixed; top: 40%; left: 50%;}
27-
.evo__logo::before {content: ""; display: block; position: absolute; z-index: 1; left: 50%; top: 50%; width: 120px; height: 120px; border-radius: 50%; transform: translate(-50%, -50%) rotate(0deg); animation: rotateLogo 2s linear infinite; box-shadow: 5px 5px 0 0 rgb(234, 132, 82), 14px -7px 0 0 rgba(111, 163, 219, 0.7), -7px 11px 0 0 rgba(112, 193, 92, 0.74), -11px -7px 0 0 rgba(147, 205, 99, 0.78);}
27+
.evo__logo::before {content: ""; display: block; position: absolute; z-index: 1; left: 50%; top: 50%; width: 120px; height: 120px; border-radius: 50%; transform: translate(-50%, -50%) rotate(0deg); animation: rotateLogo 2s linear infinite; box-shadow: 5px 5px 0 0 #FFD700, 14px -7px 0 0 rgba(111, 163, 219, 0.7), -7px 11px 0 0 rgba(112, 193, 92, 0.74), -11px -7px 0 0 rgba(147, 205, 99, 0.78);}
2828
@keyframes rotateLogo {to {transform: translate(-50%, -50%) rotate(360deg)}}
2929
.sidebar-closed #tree {width: 0 !important;}
3030
.sidebar-closed #main, .sidebar-closed #resizer { left: 0 !important; }

0 commit comments

Comments
 (0)