1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Added webkit-font-smoothing (#763)

This commit is contained in:
Bwko
2017-01-27 07:10:21 +01:00
committed by Lunny Xiao
parent e08421017c
commit 4faf097fb9
3 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ body {
font-family: "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
background-color: #fff;
overflow-y: scroll;
-webkit-font-smoothing: antialiased;
}
img {
border-radius: 3px;

View File

@@ -37,6 +37,8 @@
}
.navbar {
display: flex;
justify-content: space-between;
.ui.label {
margin-top: -2px;
margin-left: 7px;