update stylesheet to use solarized colors

This commit is contained in:
Rico Ullmann 2017-03-19 21:42:19 +01:00
parent 5364ebe7e1
commit 8deba93291
3 changed files with 417 additions and 30 deletions

View file

@ -59,8 +59,8 @@ a:hover {
}
hr {
color: @light-grey;
background-color: @light-grey;
color: @base00;
background-color: @base00;
height: 1px;
border: none;
margin-top: 40px;