style: remove font-family from the new-default-style & modern style

This commit is contained in:
Xiao YiFang 2022-09-02 20:09:02 +08:00
parent 68a3b2a1ff
commit b9dcb71f23
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,6 @@ body
margin-left: 2px; margin-left: 2px;
margin-bottom: 3px; margin-bottom: 3px;
background: white; background: white;
font-family: Tahoma, Verdana, "Lucida Sans Unicode", "Segoe UI", "Palatino Linotype", "Arial Unicode MS", sans-serif;
} }
a a

View file

@ -6,8 +6,7 @@ html {
body body
{ {
font-family: Tahoma, Verdana, "Lucida Sans Unicode", sans-serif;
height: 100%;
} }
/* This stylesheet is used to highligh current selection when doing a search. /* This stylesheet is used to highligh current selection when doing a search.