Skip to content

Commit

Permalink
testing and switching back css
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredlucero committed Feb 25, 2016
1 parent 7014bc3 commit cdcf07a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/photoblog.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ a.photoblog-post-tag.pb-tag-westwoodla,
/* SPECTRUM REDESIGN NEW CSS */

.sidebar-spectrum {
background-color: rgba(255,255,255,0.75);
background-color: rgba(255,255,255,0.5);
height: 50px;
font-family: 'Roboto Slab', serif;
}
Expand All @@ -329,11 +329,10 @@ a.photoblog-post-tag.pb-tag-westwoodla,
text-align: center;
line-height: 50px;
font-size: 18px;
letter-spacing: 5px;
}

.sidebar-category:hover {
background-color: rgba(255,255,255,0.75);
background-color: rgba(255,255,255,0.7);
}

.sidebar-link {
Expand Down

0 comments on commit cdcf07a

Please sign in to comment.