mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 18:24:39 +08:00
Added webkit-font-smoothing (#763)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user