|
@@ -77,7 +77,7 @@
|
|
|
</div>
|
|
|
<div class="guild" id="theme-light" style="display: none;">
|
|
|
<div class="bar"></div>
|
|
|
- <a alt="Use light theme">
|
|
|
+ <a class="theme-toggle" alt="Use light theme">
|
|
|
<div class="avatar noicon">
|
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<circle cx="12" cy="12" r="5"/>
|
|
@@ -95,7 +95,7 @@
|
|
|
</div>
|
|
|
<div class="guild" id="theme-dark" style="display: none;">
|
|
|
<div class="bar"></div>
|
|
|
- <a alt="Use dark theme">
|
|
|
+ <a class="theme-toggle" alt="Use dark theme">
|
|
|
<div class="avatar noicon">
|
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/>
|