summaryrefslogtreecommitdiff
path: root/assets/css/src/title.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/src/title.css')
-rw-r--r--assets/css/src/title.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/src/title.css b/assets/css/src/title.css
new file mode 100644
index 00000000..980d78ee
--- /dev/null
+++ b/assets/css/src/title.css
@@ -0,0 +1,15 @@
+/* titles */
+h1, h2, h3 {
+ font-weight: normal;
+ color: #333;
+}
+
+h2 {
+ font-size: 1.3em;
+ margin-bottom: 10px;
+}
+
+h3 {
+ margin-top: 10px;
+ font-size: 1.2em;
+} \ No newline at end of file