Font size setting
This commit is contained in:
parent
a59e1c0345
commit
d21d38509c
5 changed files with 38 additions and 0 deletions
|
@ -58,6 +58,18 @@ html {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.f-small {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
&.f-large {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
&.f-veryLarge {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
html.changing-theme {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue