File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
<!-- header / navbar -->
39
39
< 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 ">
41
41
< div class ="text-black text-center ">
42
42
< button >
43
43
< 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 >
46
46
</ a >
47
47
</ button >
48
48
</ div >
You can’t perform that action at this time.
0 commit comments