You've already forked AstralRinth
forked from didirus/AstralRinth
Revert "Rewrite cosmetics and theme preferences (#1292)"
This reverts commit 8704d3acb3.
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
<div class="blob-demonstration gradient-border">
|
||||
<div class="launcher-view">
|
||||
<img
|
||||
v-if="$theme.active === 'light'"
|
||||
v-if="$colorMode.value === 'light'"
|
||||
src="https://cdn.modrinth.com/landing-new/launcher-light.webp"
|
||||
alt="launcher graphic"
|
||||
class="minecraft-screen"
|
||||
@@ -407,7 +407,7 @@
|
||||
</div>
|
||||
<div class="logo-banner">
|
||||
<svg
|
||||
v-if="$theme.active === 'light'"
|
||||
v-if="$colorMode.value === 'light'"
|
||||
viewBox="0 0 865 512"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
Reference in New Issue
Block a user