summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-09-29 13:21:05 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-09-29 13:21:05 +0100
commit86278c55bebeda273e5a048a725e8fea5d2eee5b (patch)
tree1cd36d43802e5352681c0a700ae630c374117a17 /style.css
parent21aeb5dc634a0d7080aa21487ce32182fa1e12ac (diff)
downloadciat-ui-86278c55bebeda273e5a048a725e8fea5d2eee5b.tar.gz
Change title and font of itpedroalvarez/first-version
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 51ecf1d..1ac4395 100644
--- a/style.css
+++ b/style.css
@@ -12,8 +12,8 @@ body {
}
h1 {
- font-family: 'Sarpanch', sans-serif;
- font-size: 32pt;
+ font-family: 'Courier New', monospace;
+ font-size: 20pt;
border-bottom: 2px solid #f80;
padding: 2.1em 1.5em 0.1em 1.5em;
box-shadow: inset 0 0 60px 10px #111;