fix: grey out sounds for now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eb2b55159e
commit
0fa155ca44
@ -209,7 +209,7 @@ footer .content span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* grey out sounds.lumbung.space since it's not working yet */
|
/* grey out sounds.lumbung.space since it's not working yet */
|
||||||
[href="https://sounds.lumbung.space"] {
|
.sounds * {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,8 +64,8 @@
|
|||||||
<p class="app_description">Chatrooms, 1-1 chat, video calls. Come and nongkrong :)</p>
|
<p class="app_description">Chatrooms, 1-1 chat, video calls. Come and nongkrong :)</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column site is-one-third-tablet is-one-quarter-desktop is-one-half-mobile">
|
<div class="column site is-one-third-tablet is-one-quarter-desktop is-one-half-mobile sounds">
|
||||||
<a href="https://sounds.lumbung.space/">
|
<a href="https://sounds.lumbung.space">
|
||||||
<img class="app_icon" src="{{ url_for('static', path='svg/sounds_lumbung.svg') }}" alt="lumbung.sounds">
|
<img class="app_icon" src="{{ url_for('static', path='svg/sounds_lumbung.svg') }}" alt="lumbung.sounds">
|
||||||
<p class="app_name">sounds.lumbung.space</p>
|
<p class="app_name">sounds.lumbung.space</p>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user