From 4db193bdb41415dafd83b928ebebf201b189ce21 Mon Sep 17 00:00:00 2001 From: Tristan Maat Date: Sat, 7 Apr 2018 17:05:00 +0000 Subject: [PATCH] index: Style header --- src/index/index.pug | 4 ++-- src/index/index.scss | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/index/index.pug b/src/index/index.pug index f888811..2975f60 100644 --- a/src/index/index.pug +++ b/src/index/index.pug @@ -1,8 +1,8 @@ extends ../lib/pug/base block content - h1 Welcome to tlater.net! - h5: em Your #1 site for useless time sinks + h1.head-line Welcome to tlater.net! + h5.tag-line: em Your #1 site for useless time sinks hr diff --git a/src/index/index.scss b/src/index/index.scss index 5572cae..df00021 100644 --- a/src/index/index.scss +++ b/src/index/index.scss @@ -1,2 +1,10 @@ @import "../lib/scss/main"; @import "~bootstrap/scss/bootstrap"; + +.head-line { + color: #99d1ce; +} + +.tag-line { + font-size: 1rem; +}