summaryrefslogtreecommitdiff
path: root/utility.css
diff options
context:
space:
mode:
Diffstat (limited to 'utility.css')
-rw-r--r--utility.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/utility.css b/utility.css
index 8a254afc1..54e5b0552 100644
--- a/utility.css
+++ b/utility.css
@@ -61,3 +61,18 @@ div.error {
width : 50%;
}
+h1 {
+ color : #88b0f0;
+ font-size : 16pt;
+ border-width : 0px 0px 1px 0px;
+ border-color : black;
+ border-style : solid;
+}
+
+h2 {
+ color : #88b0f0;
+ font-size : 14pt;
+ border-width : 0px 0px 1px 0px;
+ border-color : black;
+ border-style : solid;
+}