mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Force font size, increase line height on newtab
The font size is to try to mitigate the silly defaults that Firefox chooses for Monospace fonts, as described in #55.
This commit is contained in:
parent
fc9b34d08c
commit
24a4fa060b
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
font-size: 12pt;
|
||||||
max-width: 40em;
|
max-width: 40em;
|
||||||
|
line-height: 140%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,7 +30,8 @@ div.align-left * {
|
||||||
code {
|
code {
|
||||||
background-color: rgba(27,31,35,0.05);
|
background-color: rgba(27,31,35,0.05);
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
font-size: 85%;
|
/* font-size: 85%; */
|
||||||
|
font-size: 10pt;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue