aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/styles.css3
-rw-r--r--assets/stylesheets/typography.css4
-rw-r--r--index.html2
3 files changed, 8 insertions, 1 deletions
diff --git a/assets/styles.css b/assets/styles.css
index 3ab1420..a6aa1ba 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -16,6 +16,9 @@ h2 {
.font-size-0\.8 {
font-size: 0.8em;
}
+.font-size-1\.52 {
+ font-size: 1.52em;
+}
a:link { color: #b71863; }
a:hover { color: #880442; }
body {
diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css
index 3e7b497..83ebabd 100644
--- a/assets/stylesheets/typography.css
+++ b/assets/stylesheets/typography.css
@@ -15,3 +15,7 @@ h2 {
.font-size-0\.8 {
font-size: 0.8em;
}
+
+.font-size-1\.52 {
+ font-size: 1.52em;
+}
diff --git a/index.html b/index.html
index 757bb4b..ac6e512 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,7 @@
<img src="assets/logo.svg" alt="DomeKey logo" />
</header>
- <p>
+ <p class="font-size-1.52">
Control your computer with a pair of headphones
</p>