Fixes for things
authorTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 10 Feb 2022 22:32:43 +0000 (17:32 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 10 Feb 2022 22:32:43 +0000 (17:32 -0500)
src/jvmMain/kotlin/starshipfights/info/view_nav.kt
src/jvmMain/resources/static/style.css

index c72fc199c4f038a353436901060bda08443964df..77b9717f5ba9747dd8c2b397f323ed62b453ae02 100644 (file)
@@ -40,6 +40,7 @@ suspend fun ApplicationCall.standardNavBar(): List<NavItem> = listOf(
        )
        else -> listOf(
                NavLink("/me", user.profileName),
+               NavLink("/me/manage", "User Preferences"),
                NavLink("/lobby", "Enter Game Lobby"),
                NavLink("/logout", "Log Out"),
        )
index 35991284fdc570e5463ce60fb4b7cebad606817e..547dadd31e4352de46230c610d7d0533ef52133f 100644 (file)
@@ -239,6 +239,10 @@ textarea {
        width: 100%;
 }
 
+textarea {
+       font-family: 'Noto Sans', sans-serif;
+}
+
 input[type=text]:focus,
 input[type=password]:focus,
 input[type=email]:focus,