Skip to content

Commit 9ca17ea

Browse files
authored
Merge pull request #246 from P-Appadoo/main
Added background shapes in light mode (same as in dark mode version)
2 parents 26365b9 + e742e40 commit 9ca17ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/frontendmu-nuxt/components/misc/BackgroundShapes.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136

137137
<style>
138138
.bg-animation {
139-
display: none;
139+
opacity: 0.1;
140+
animation: spin 50s ease-in-out infinite;
140141
}
141142
142143
.bg-position {
@@ -145,8 +146,6 @@
145146
}
146147
147148
html.dark-mode .bg-animation {
148-
display: block;
149-
animation: spin 50s ease-in-out infinite;
150149
opacity: 0.2;
151150
}
152151
</style>

0 commit comments

Comments
 (0)