Font smoothing for vanilla app

This commit is contained in:
Lea Anthony
2021-04-04 15:45:24 +10:00
parent e17b432c8f
commit a76851463b

View File

@@ -23,6 +23,7 @@ button {
border-radius: 3px;
outline: none;
height: 20px;
-webkit-font-smoothing: antialiased;
}
#logo {