diff --git a/sass/style.scss b/sass/style.scss index 3233616..9ca2e73 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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 diff --git a/sass/typography/_typography.scss b/sass/typography/_typography.scss index 4604cb9..d9e2911 100644 --- a/sass/typography/_typography.scss +++ b/sass/typography/_typography.scss @@ -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; } } diff --git a/style.css b/style.css index fc4ce1d..3f6c1a9 100644 --- a/style.css +++ b/style.css @@ -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 @@ -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 {