aboutsummaryrefslogtreecommitdiff
path: root/scss/style.scss
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-02-11 09:11:56 -0500
committerGravatar Barry Clark <barry@barryclark.co> 2014-02-11 09:11:56 -0500
commita0d3ee167907e55b47def7fbfa76298a326ed8b4 (patch)
treebd3a95c89ee51778dc80c8a86517c5ce9c8d0607 /scss/style.scss
parentcbfcf3a3d186733500eb0bf45b5a416832575034 (diff)
downloadkompetenzbolzen.github.io-a0d3ee167907e55b47def7fbfa76298a326ed8b4.tar.gz
Homepage blog format updates.
Diffstat (limited to 'scss/style.scss')
-rwxr-xr-xscss/style.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/scss/style.scss b/scss/style.scss
index a47be33..d3d2cfc 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -5,7 +5,6 @@
@import "_reset";
@import "_variables";
-@import "_mixins";
@import "_highlights";
// TODO - Tempted to move this to the end of the file, so that it shows up at the end of the .css. Or remove it entirely and find a better way to include highlighting.
@@ -76,8 +75,8 @@ p {
a {
text-decoration: none;
cursor: pointer;
- color: $blue;
- &:hover, &:active {
+ color: $blue;
+ &:hover, &:active {
text-decoration: underline;
}
}
@@ -128,6 +127,7 @@ nav {
font-size: 1rem;
}
+ // nav has it's own link highlighting
a {
margin-left: 25px;
text-align: right;
@@ -155,8 +155,7 @@ nav {
}
.post {
- width: 700px;
- //margin: 0 auto;
+ width: 680px;
@include mobile {
width: 100%;