Fix navbar styling specificity bug.

This commit is contained in:
Greg Sarjeant 2025-06-19 23:01:34 -04:00
parent d94bf1e3b9
commit a3677c5585

View File

@ -134,7 +134,7 @@ fieldset.emoji-group {
text-decoration: none;
}
.navbar a:first-child {
.navbar > a:first-child {
padding-left: 0;
}