Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Converted em to body color
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Dixon <brendandixon@me.com>
  • Loading branch information
brendandixon committed Mar 30, 2018
1 parent 6f5f939 commit 595fc34
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Brendan Dixon
Author URI: http://thegatherings.place/
Description: Description
Version: 1.0.14
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thegatherings
Expand Down
9 changes: 4 additions & 5 deletions sass/typography/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,30 @@ blockquote {
}

em {
color: $blue;
font-style: italic;
font-weight: normal;
}

.articles {
a, em {
a {
color: $blue;
}
}

.studies {
a, em {
a {
color: $green;
}
}

.guides {
a, em {
a {
color: $orange;
}
}

.plans {
a, em {
a {
color: $purple;
}
}
Expand Down
11 changes: 5 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
Author: Brendan Dixon
Author URI: http://thegatherings.place/
Description: Description
Version: 1.0.14
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thegatherings
Expand Down Expand Up @@ -46,20 +46,19 @@ blockquote {
margin: auto 2.2em; }

em {
color: #72b7ed;
font-style: italic;
font-weight: normal; }

.articles a, .articles em {
.articles a {
color: #72b7ed; }

.studies a, .studies em {
.studies a {
color: #24d177; }

.guides a, .guides em {
.guides a {
color: #fa9750; }

.plans a, .plans em {
.plans a {
color: #9013fe; }

footer {
Expand Down

0 comments on commit 595fc34

Please # to comment.