Skip to content

Commit 6829ffc

Browse files
koray-erenJeff
authored andcommitted
change light mode header
1 parent 09a6f10 commit 6829ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sogs/templates/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737

3838
<!-- header / navbar -->
3939
<div class="px-2 sm:px-5 flex-none flex justify-between items-center w-full h-32 max-h-32
40-
bg-sessionGreen dark:bg-otherGray border-b-2 border-black dark:border-lightGray transition duration-500">
40+
bg-white dark:bg-otherGray border-b-2 border-black dark:border-lightGray transition duration-500">
4141
<div class="text-black text-center">
4242
<button>
4343
<a href="/">
44-
<h1 class="dark:text-white text-3xl xs:text-4xl sm:text-5xl decoration-black dark:decoration-white decoration-2">{% block heading %}{% endblock %}</h1>
45-
<p class="dark:text-sessionGreen text-lg xs:text-xl sm:text-2xl">Session Open Group Server</p>
44+
<h1 class=" dark:text-white text-3xl xs:text-4xl sm:text-5xl decoration-black dark:decoration-white decoration-2">{% block heading %}{% endblock %}</h1>
45+
<p class="font-bold text-sessionGreen dark:text-sessionGreen text-lg xs:text-xl sm:text-2xl">Session Open Group Server</p>
4646
</a>
4747
</button>
4848
</div>

0 commit comments

Comments
 (0)