summaryrefslogtreecommitdiff
path: root/_sass/_brand.scss
diff options
context:
space:
mode:
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 {