summaryrefslogtreecommitdiff
path: root/_sass/_brand.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-11 16:59:21 -0400
committerBen Burwell <ben@benburwell.com>2015-05-11 16:59:21 -0400
commitea2ce92242db58fdbf0319192deb2821eef74a06 (patch)
tree8abffb4d4a9517431c6516cdab641b3294998690 /_sass/_brand.scss
parentde8f745817684a3cccbdaa0c17286792f07cbd24 (diff)
parent4ead5d2173d31e914ae7434872270d18c23f2cbf (diff)
Merge pull request #4 from benburwell/updates
Updates
Diffstat (limited to '_sass/_brand.scss')
-rw-r--r--_sass/_brand.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/_sass/_brand.scss b/_sass/_brand.scss
index 845deac..9d9eb63 100644
--- a/_sass/_brand.scss
+++ b/_sass/_brand.scss
@@ -8,6 +8,11 @@ header, footer, main {
@extend .container;
}
+main {
+ padding-left: 1rem;
+ padding-right: 1rem;
+}
+
a {
color: $teal;
transition: color 0.4s ease, background-color 0.4s ease;
@@ -20,7 +25,7 @@ a {
kbd {
border-style: solid;
- border-color: $gray;
+ border-color: $light-gray;
border-width: 1px 1px 2px 1px;
border-radius: 4px;
font-size: 0.8rem;
@@ -42,7 +47,7 @@ header nav a {
time {
color: $light-gray;
- font-family: $monospace;
+ font-style: italic;
}
hr {