Birthday chat room style fix
The h2 was showing in light text on dark mode making it unreadable.
This commit is contained in:
parent
26f9c4d71d
commit
cb37934935
|
@ -28,7 +28,7 @@
|
||||||
<div class="block p-4">
|
<div class="block p-4">
|
||||||
{{if .CurrentUser.IsBirthday}}
|
{{if .CurrentUser.IsBirthday}}
|
||||||
<div class="notification is-success is-light content">
|
<div class="notification is-success is-light content">
|
||||||
<h2>🎂 Happy birthday!</h2>
|
<span class="is-size-3">🎂 Happy birthday!</span>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you would like, you may enter the chat room with a special 🍰 birthday cake emoji next to
|
If you would like, you may enter the chat room with a special 🍰 birthday cake emoji next to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user