diff options
Diffstat (limited to 'demos/quickstart/themes/PradoSoft')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 468d1386..d7150066 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -28,15 +28,15 @@ h1, h2 }
h1 {
- font-size:13pt;
+ font-size:14pt;
}
h2 {
- font-size:12pt;
+ font-size:13pt;
}
h3 {
- font-size:10pt;
+ font-size:12pt;
font-weight:bold;
}
|