Skip to content

Commit

Permalink
Improve design
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Oct 14, 2017
1 parent 84a2051 commit 16e9b50
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ To run the server locally:
- `git clone https://github.com/KrauseFx/krausefx.com`
- `bundle install`
- `bundle exec jekyll serve`
- Open [http://127.0.0.1:4000/](http://127.0.0.1:4000/)
- Open [http://127.0.0.1:4000](http://127.0.0.1:4000)
26 changes: 26 additions & 0 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

$font-color: #444;
$title-color: #111;
$header-inactive-color: #9c9c9c;

/* Added by Felix */
#sidebar {
Expand Down Expand Up @@ -96,6 +97,31 @@ article {
font-size: 32px;
margin-top: 30px;
}

.trigger {
margin-top: 20px;

a.active {
color: $title-color !important;
&:visited {
color: $title-color !important;
}
}

a {
margin-right: 20px;
padding-left: 10px;
color: $header-inactive-color;

&:visited {
color: $header-inactive-color !important;
}

&:hover {
text-decoration: none;
}
}
}
}

p {
Expand Down

0 comments on commit 16e9b50

Please sign in to comment.