summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 01:03:48 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 01:03:48 -0800
commit098c862fb2e641be19a05e69364f9612b6069a3a (patch)
tree0cf612120105d76561fa9c6c75244bef4c790b58 /style.css
parente61733e9b92758e807a6587e906cdce477307ca3 (diff)
downloadtempo-098c862fb2e641be19a05e69364f9612b6069a3a.tar.gz
tempo-098c862fb2e641be19a05e69364f9612b6069a3a.tar.xz
Aesthetical improvements.
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/style.css b/style.css
index fab737f..f6f460d 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,5 @@
body {
+ font-family: "Open Sans";
color: #ddd;
background-color: #222;
padding: 0em;
@@ -6,11 +7,11 @@ body {
}
div#time {
- margin-top: 6em;
+ margin-top: 4em;
}
div#time p {
- font-size: 10em;
+ font-size: 8em;
text-align: center;
padding: 0em;
margin: 0em;
@@ -18,7 +19,7 @@ div#time p {
div#date p {
color: #777;
- font-size: 2em;
+ font-size: 1.6em;
text-align: center;
padding: 0em;
margin: 0em;