summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/style.scss b/style.scss
index 4cc6792..c225aca 100644
--- a/style.scss
+++ b/style.scss
@@ -8,10 +8,10 @@ $link-color: white;
// $link-visited-color: white;
// h5bp
-$line-height: 1.4;
+$line-height: 1;
$font-color: lightblue;
$font-family: sans-serif;
-$font-size: 1em;
+$font-size: 2em;
$selected-font-color: yellow;
$selected-background-color: orange;
@@ -19,17 +19,24 @@ $selected-background-color: orange;
body {
background-color: darkred;
+ color: $font-color;
+ line-height: $line-height;
+ font-size: $font-size;
}
article {
+ margin: 0 auto;
+ max-width: 20em;
text-align: center;
}
a {
@include link-colors($link-color);
+ @include hover-link;
}
#coin {
- width: 20em;
+ margin: 1em;
+ width: 10em;
height: auto;
}