Merge pull request #613 from tsl0922/tsl0922-patch-1
luci-theme-material: set default font-size to 13px
This commit is contained in:
commit
1a7b0b22a8
1 changed files with 6 additions and 1 deletions
|
@ -72,6 +72,11 @@ html, body {
|
|||
padding: 0px;
|
||||
height: 100%;
|
||||
font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
|
||||
font-size: 62.5%; /* font-size 1rem = 10px on default browser settings */
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 1.3rem; /* 1.3rem = 13px */
|
||||
}
|
||||
|
||||
select {
|
||||
|
|
Loading…
Reference in a new issue