Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Amenity authored and Amenity committed Sep 28, 2015
1 parent b6e796a commit 0079668
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index-redux/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ section {
}

aside {
color: #f4fff7;
text-align: center;
border-radius: 3px;
}
Expand Down Expand Up @@ -160,6 +159,11 @@ p, li {
font-size: 1.2rem;
letter-spacing: 0.06em;
line-height: 1.5em;
color: #112236;
}

aside p, aside li, footer p, footer li {
color: #F4FFF7;
}

.nobull {
Expand All @@ -168,11 +172,10 @@ p, li {

a {
text-decoration: none;
color: #e0ffe5;
color: #112236;
}

a:hover {
color: white;
text-shadow: 2px 2px 2px #19F28A;
text-decoration: none;
}
Expand All @@ -181,6 +184,8 @@ a:hover > h1, a:hover > h2, a:hover > h3, a:hover > h4 {
text-shadow: none;
}

color: #f4fff7;

/* ==============
MOBILE: Menu
============== */
Expand All @@ -192,6 +197,7 @@ nav ul {
}

nav a {
color: #F4FFF7;
display: block;
padding: 0.5em 0;
text-align: center;
Expand Down

0 comments on commit 0079668

Please sign in to comment.