瀏覽代碼

Merge branch 'master' of https://github.com/Automattic/themes

Allan Cole 5 年之前
父節點
當前提交
ee3bd0854d
共有 5 個文件被更改,包括 67 次插入63 次删除
  1. 5 5
      exford/functions.php
  2. 4 4
      exford/sass/_config-child-theme-deep.scss
  3. 8 8
      exford/style-editor.css
  4. 24 23
      exford/style-rtl.css
  5. 26 23
      exford/style.css

+ 5 - 5
exford/functions.php

@@ -60,12 +60,12 @@ if ( ! function_exists( 'exford_setup' ) ) :
 				array(
 				array(
 					'name'  => __( 'Primary', 'exford' ),
 					'name'  => __( 'Primary', 'exford' ),
 					'slug'  => 'primary',
 					'slug'  => 'primary',
-					'color' => '#c43d80',
+					'color' => '#23883D',
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Secondary', 'exford' ),
 					'name'  => __( 'Secondary', 'exford' ),
 					'slug'  => 'secondary',
 					'slug'  => 'secondary',
-					'color' => '#0B3954',
+					'color' => '#0963C4',
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Black', 'exford' ),
 					'name'  => __( 'Black', 'exford' ),
@@ -80,17 +80,17 @@ if ( ! function_exists( 'exford_setup' ) ) :
 				array(
 				array(
 					'name'  => __( 'Gray', 'exford' ),
 					'name'  => __( 'Gray', 'exford' ),
 					'slug'  => 'foreground-light',
 					'slug'  => 'foreground-light',
-					'color' => '#6e6e6e',
+					'color' => '#6E6E6E',
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Light Gray', 'exford' ),
 					'name'  => __( 'Light Gray', 'exford' ),
 					'slug'  => 'background-dark',
 					'slug'  => 'background-dark',
-					'color' => '#dddddd',
+					'color' => '#CCCCCC',
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Subtle Gray', 'exford' ),
 					'name'  => __( 'Subtle Gray', 'exford' ),
 					'slug'  => 'background-light',
 					'slug'  => 'background-light',
-					'color' => '#f7f7f7',
+					'color' => '#F7F7F7',
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'White', 'exford' ),
 					'name'  => __( 'White', 'exford' ),

+ 4 - 4
exford/sass/_config-child-theme-deep.scss

@@ -70,17 +70,17 @@ $config-global: (
 		),
 		),
 		"foreground": (
 		"foreground": (
 			"default": #111111,
 			"default": #111111,
-			"light": #6e6e6e, // must be accessible against background
+			"light": #6E6E6E, // must be accessible against background
 			"dark": #020202, // must be accessible against background
 			"dark": #020202, // must be accessible against background
 		),
 		),
 		"background": (
 		"background": (
 			"default": #FFFFFF,
 			"default": #FFFFFF,
-			"light": #f7f7f7, // must be accessible against foreground-default
-			"dark": #dddddd, // must be accessible against foreground-default
+			"light": #F7F7F7, // must be accessible against foreground-default
+			"dark": #CCCCCC, // must be accessible against foreground-default
 		),
 		),
 		"border": (
 		"border": (
 			"default": #CCCCCC,
 			"default": #CCCCCC,
-			"light": #FAFAFA,
+			"light": #F7F7F7,
 			"dark": #AAAAAA,
 			"dark": #AAAAAA,
 		),
 		),
 		"text-selection": lighten(#23883D, 60%),
 		"text-selection": lighten(#23883D, 60%),

+ 8 - 8
exford/style-editor.css

@@ -247,7 +247,7 @@ blockquote.alignright footer {
 }
 }
 
 
 figcaption {
 figcaption {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	margin-top: calc(0.5 * 16px);
 	margin-top: calc(0.5 * 16px);
 	margin-bottom: 16px;
 	margin-bottom: 16px;
@@ -491,7 +491,7 @@ p.has-background:not(.has-background-background-color) a {
 .wp-block-pullquote .wp-block-pullquote__citation,
 .wp-block-pullquote .wp-block-pullquote__citation,
 .wp-block-pullquote cite,
 .wp-block-pullquote cite,
 .wp-block-pullquote footer {
 .wp-block-pullquote footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333em;
 	font-size: 0.83333em;
 	letter-spacing: normal;
 	letter-spacing: normal;
 }
 }
@@ -619,7 +619,7 @@ table th,
 }
 }
 
 
 .has-foreground-light-color[class] {
 .has-foreground-light-color[class] {
-	color: #6e6e6e !important;
+	color: #6E6E6E !important;
 }
 }
 
 
 .has-foreground-dark-color[class] {
 .has-foreground-dark-color[class] {
@@ -627,11 +627,11 @@ table th,
 }
 }
 
 
 .has-background-light-color[class] {
 .has-background-light-color[class] {
-	color: #f7f7f7 !important;
+	color: #F7F7F7 !important;
 }
 }
 
 
 .has-background-dark-color[class] {
 .has-background-dark-color[class] {
-	color: #dddddd !important;
+	color: #CCCCCC !important;
 }
 }
 
 
 .has-background-color[class] {
 .has-background-color[class] {
@@ -669,7 +669,7 @@ table th,
 }
 }
 
 
 .has-foreground-light-background-color[class] {
 .has-foreground-light-background-color[class] {
-	background-color: #6e6e6e !important;
+	background-color: #6E6E6E !important;
 	color: #FFFFFF;
 	color: #FFFFFF;
 }
 }
 
 
@@ -689,7 +689,7 @@ table th,
 }
 }
 
 
 .has-background-light-background-color[class] {
 .has-background-light-background-color[class] {
-	background-color: #f7f7f7 !important;
+	background-color: #F7F7F7 !important;
 	color: #111111;
 	color: #111111;
 }
 }
 
 
@@ -699,7 +699,7 @@ table th,
 }
 }
 
 
 .has-background-dark-background-color[class] {
 .has-background-dark-background-color[class] {
-	background-color: #dddddd !important;
+	background-color: #CCCCCC !important;
 	color: #111111;
 	color: #111111;
 }
 }
 
 

+ 24 - 23
exford/style-rtl.css

@@ -1007,7 +1007,7 @@ input[type=checkbox] + label {
 }
 }
 
 
 figcaption {
 figcaption {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	margin-top: calc(0.5 * 16px);
 	margin-top: calc(0.5 * 16px);
 	margin-bottom: 16px;
 	margin-bottom: 16px;
@@ -1440,7 +1440,7 @@ h6, .h6 {
 }
 }
 
 
 .wp-block-image figcaption {
 .wp-block-image figcaption {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	margin-top: calc(0.5 * 16px);
 	margin-top: calc(0.5 * 16px);
 	margin-bottom: 16px;
 	margin-bottom: 16px;
@@ -1490,7 +1490,7 @@ img {
 }
 }
 
 
 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }
 
 
@@ -1526,7 +1526,7 @@ img {
 }
 }
 
 
 .wp-block-latest-posts .wp-block-latest-posts__post-date {
 .wp-block-latest-posts .wp-block-latest-posts__post-date {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	line-height: 1.6;
 	line-height: 1.6;
 }
 }
@@ -1713,7 +1713,7 @@ p.has-background:not(.has-background-background-color) a {
 }
 }
 
 
 .a8c-posts-list__item .a8c-posts-list-item__meta {
 .a8c-posts-list__item .a8c-posts-list-item__meta {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }
 
 
@@ -1762,7 +1762,7 @@ p.has-background:not(.has-background-background-color) a {
 .wp-block-pullquote .wp-block-pullquote__citation,
 .wp-block-pullquote .wp-block-pullquote__citation,
 .wp-block-pullquote cite,
 .wp-block-pullquote cite,
 .wp-block-pullquote footer {
 .wp-block-pullquote footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	letter-spacing: normal;
 	letter-spacing: normal;
 	display: block;
 	display: block;
@@ -1837,7 +1837,7 @@ p.has-background:not(.has-background-background-color) a {
 .wp-block-quote .wp-block-quote__citation,
 .wp-block-quote .wp-block-quote__citation,
 .wp-block-quote cite,
 .wp-block-quote cite,
 .wp-block-quote footer {
 .wp-block-quote footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	letter-spacing: normal;
 	letter-spacing: normal;
 }
 }
@@ -1869,7 +1869,7 @@ p.has-background:not(.has-background-background-color) a {
 .wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
 .wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
 .wp-block-quote.is-large cite,
 .wp-block-quote.is-large cite,
 .wp-block-quote.is-large footer {
 .wp-block-quote.is-large footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	letter-spacing: normal;
 	letter-spacing: normal;
 }
 }
@@ -1945,7 +1945,7 @@ table th,
 }
 }
 
 
 .wp-block-video figcaption {
 .wp-block-video figcaption {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	margin-top: calc(0.5 * 16px);
 	margin-top: calc(0.5 * 16px);
 	margin-bottom: 16px;
 	margin-bottom: 16px;
@@ -1963,6 +1963,7 @@ table th,
 	text-align: left;
 	text-align: left;
 	float: left;
 	float: left;
 	margin-top: 0;
 	margin-top: 0;
+	margin-right: 16px;
 	margin-bottom: 32px;
 	margin-bottom: 32px;
 }
 }
 
 
@@ -1974,9 +1975,9 @@ table th,
 
 
 .alignright {
 .alignright {
 	float: right;
 	float: right;
-	margin-left: 16px;
 	margin-top: 0;
 	margin-top: 0;
 	margin-bottom: 32px;
 	margin-bottom: 32px;
+	margin-left: 16px;
 }
 }
 
 
 /**
 /**
@@ -2025,7 +2026,7 @@ table th,
 }
 }
 
 
 .has-foreground-light-color[class] {
 .has-foreground-light-color[class] {
-	color: #6e6e6e !important;
+	color: #6E6E6E !important;
 }
 }
 
 
 .has-foreground-dark-color[class] {
 .has-foreground-dark-color[class] {
@@ -2033,11 +2034,11 @@ table th,
 }
 }
 
 
 .has-background-light-color[class] {
 .has-background-light-color[class] {
-	color: #f7f7f7 !important;
+	color: #F7F7F7 !important;
 }
 }
 
 
 .has-background-dark-color[class] {
 .has-background-dark-color[class] {
-	color: #dddddd !important;
+	color: #CCCCCC !important;
 }
 }
 
 
 .has-background-color[class] {
 .has-background-color[class] {
@@ -2072,7 +2073,7 @@ table th,
 }
 }
 
 
 .has-foreground-light-background-color[class] {
 .has-foreground-light-background-color[class] {
-	background-color: #6e6e6e !important;
+	background-color: #6E6E6E !important;
 	color: #FFFFFF;
 	color: #FFFFFF;
 }
 }
 
 
@@ -2090,7 +2091,7 @@ table th,
 }
 }
 
 
 .has-background-light-background-color[class] {
 .has-background-light-background-color[class] {
-	background-color: #f7f7f7 !important;
+	background-color: #F7F7F7 !important;
 	color: #111111;
 	color: #111111;
 }
 }
 
 
@@ -2099,7 +2100,7 @@ table th,
 }
 }
 
 
 .has-background-dark-background-color[class] {
 .has-background-dark-background-color[class] {
-	background-color: #dddddd !important;
+	background-color: #CCCCCC !important;
 	color: #111111;
 	color: #111111;
 }
 }
 
 
@@ -2283,7 +2284,7 @@ table th,
  * - Similar to Blocks but exist outside of the "current" editor context
  * - Similar to Blocks but exist outside of the "current" editor context
  */
  */
 .site-branding {
 .site-branding {
-	color: #6e6e6e;
+	color: #6E6E6E;
 }
 }
 
 
 .site-title {
 .site-title {
@@ -2561,7 +2562,7 @@ table th,
 }
 }
 
 
 .site-info {
 .site-info {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }
@@ -2610,7 +2611,7 @@ table th,
 }
 }
 
 
 .footer-navigation .footer-menu {
 .footer-navigation .footer-menu {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	margin: 0;
 	margin: 0;
 	padding-right: 0;
 	padding-right: 0;
 }
 }
@@ -2659,7 +2660,7 @@ table th,
 
 
 .entry-meta,
 .entry-meta,
 .entry-footer {
 .entry-footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	clear: both;
 	clear: both;
 	float: none;
 	float: none;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
@@ -3500,7 +3501,7 @@ p:not(.site-title) a:hover {
  * Next/Previous navigation
  * Next/Previous navigation
  */
  */
 .post-navigation .meta-nav {
 .post-navigation .meta-nav {
-	color: #6e6e6e;
+	color: #6E6E6E;
 }
 }
 
 
 .post-navigation .post-title {
 .post-navigation .post-title {
@@ -3522,7 +3523,7 @@ p:not(.site-title) a:hover {
 }
 }
 
 
 .comment-notes {
 .comment-notes {
-	color: #6e6e6e;
+	color: #6E6E6E;
 }
 }
 
 
 .comment-form > p:not(.comment-form-cookies-consent) label {
 .comment-form > p:not(.comment-form-cookies-consent) label {
@@ -3622,7 +3623,7 @@ p:not(.site-title) a:hover {
 .widget_recent_comments ul li,
 .widget_recent_comments ul li,
 .widget_recent_entries ul li,
 .widget_recent_entries ul li,
 .widget_rss ul li {
 .widget_rss ul li {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-weight: 700;
 	font-weight: 700;
 	margin-top: 16px;
 	margin-top: 16px;
 	margin-bottom: 16px;
 	margin-bottom: 16px;

+ 26 - 23
exford/style.css

@@ -1007,7 +1007,7 @@ input[type=checkbox] + label {
 }
 }
 
 
 figcaption {
 figcaption {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	margin-top: calc(0.5 * 16px);
 	margin-top: calc(0.5 * 16px);
 	margin-bottom: 16px;
 	margin-bottom: 16px;
@@ -1440,7 +1440,7 @@ h6, .h6 {
 }
 }
 
 
 .wp-block-image figcaption {
 .wp-block-image figcaption {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	margin-top: calc(0.5 * 16px);
 	margin-top: calc(0.5 * 16px);
 	margin-bottom: 16px;
 	margin-bottom: 16px;
@@ -1490,7 +1490,7 @@ img {
 }
 }
 
 
 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
 .wp-block-latest-comments .wp-block-latest-comments__comment-date {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }
 
 
@@ -1526,7 +1526,7 @@ img {
 }
 }
 
 
 .wp-block-latest-posts .wp-block-latest-posts__post-date {
 .wp-block-latest-posts .wp-block-latest-posts__post-date {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	line-height: 1.6;
 	line-height: 1.6;
 }
 }
@@ -1713,7 +1713,7 @@ p.has-background:not(.has-background-background-color) a {
 }
 }
 
 
 .a8c-posts-list__item .a8c-posts-list-item__meta {
 .a8c-posts-list__item .a8c-posts-list-item__meta {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }
 
 
@@ -1762,7 +1762,7 @@ p.has-background:not(.has-background-background-color) a {
 .wp-block-pullquote .wp-block-pullquote__citation,
 .wp-block-pullquote .wp-block-pullquote__citation,
 .wp-block-pullquote cite,
 .wp-block-pullquote cite,
 .wp-block-pullquote footer {
 .wp-block-pullquote footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	letter-spacing: normal;
 	letter-spacing: normal;
 	display: block;
 	display: block;
@@ -1837,7 +1837,7 @@ p.has-background:not(.has-background-background-color) a {
 .wp-block-quote .wp-block-quote__citation,
 .wp-block-quote .wp-block-quote__citation,
 .wp-block-quote cite,
 .wp-block-quote cite,
 .wp-block-quote footer {
 .wp-block-quote footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	letter-spacing: normal;
 	letter-spacing: normal;
 }
 }
@@ -1869,7 +1869,7 @@ p.has-background:not(.has-background-background-color) a {
 .wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
 .wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
 .wp-block-quote.is-large cite,
 .wp-block-quote.is-large cite,
 .wp-block-quote.is-large footer {
 .wp-block-quote.is-large footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 	letter-spacing: normal;
 	letter-spacing: normal;
 }
 }
@@ -1945,7 +1945,7 @@ table th,
 }
 }
 
 
 .wp-block-video figcaption {
 .wp-block-video figcaption {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-size: 0.69444rem;
 	font-size: 0.69444rem;
 	margin-top: calc(0.5 * 16px);
 	margin-top: calc(0.5 * 16px);
 	margin-bottom: 16px;
 	margin-bottom: 16px;
@@ -1965,6 +1965,8 @@ table th,
 	/*rtl:ignore*/
 	/*rtl:ignore*/
 	float: left;
 	float: left;
 	margin-top: 0;
 	margin-top: 0;
+	/*rtl:ignore*/
+	margin-right: 16px;
 	margin-bottom: 32px;
 	margin-bottom: 32px;
 }
 }
 
 
@@ -1978,9 +1980,10 @@ table th,
 	/*rtl:ignore*/
 	/*rtl:ignore*/
 	float: right;
 	float: right;
 	/*rtl:ignore*/
 	/*rtl:ignore*/
-	margin-left: 16px;
 	margin-top: 0;
 	margin-top: 0;
 	margin-bottom: 32px;
 	margin-bottom: 32px;
+	/*rtl:ignore*/
+	margin-left: 16px;
 }
 }
 
 
 /**
 /**
@@ -2029,7 +2032,7 @@ table th,
 }
 }
 
 
 .has-foreground-light-color[class] {
 .has-foreground-light-color[class] {
-	color: #6e6e6e !important;
+	color: #6E6E6E !important;
 }
 }
 
 
 .has-foreground-dark-color[class] {
 .has-foreground-dark-color[class] {
@@ -2037,11 +2040,11 @@ table th,
 }
 }
 
 
 .has-background-light-color[class] {
 .has-background-light-color[class] {
-	color: #f7f7f7 !important;
+	color: #F7F7F7 !important;
 }
 }
 
 
 .has-background-dark-color[class] {
 .has-background-dark-color[class] {
-	color: #dddddd !important;
+	color: #CCCCCC !important;
 }
 }
 
 
 .has-background-color[class] {
 .has-background-color[class] {
@@ -2076,7 +2079,7 @@ table th,
 }
 }
 
 
 .has-foreground-light-background-color[class] {
 .has-foreground-light-background-color[class] {
-	background-color: #6e6e6e !important;
+	background-color: #6E6E6E !important;
 	color: #FFFFFF;
 	color: #FFFFFF;
 }
 }
 
 
@@ -2094,7 +2097,7 @@ table th,
 }
 }
 
 
 .has-background-light-background-color[class] {
 .has-background-light-background-color[class] {
-	background-color: #f7f7f7 !important;
+	background-color: #F7F7F7 !important;
 	color: #111111;
 	color: #111111;
 }
 }
 
 
@@ -2103,7 +2106,7 @@ table th,
 }
 }
 
 
 .has-background-dark-background-color[class] {
 .has-background-dark-background-color[class] {
-	background-color: #dddddd !important;
+	background-color: #CCCCCC !important;
 	color: #111111;
 	color: #111111;
 }
 }
 
 
@@ -2287,7 +2290,7 @@ table th,
  * - Similar to Blocks but exist outside of the "current" editor context
  * - Similar to Blocks but exist outside of the "current" editor context
  */
  */
 .site-branding {
 .site-branding {
-	color: #6e6e6e;
+	color: #6E6E6E;
 }
 }
 
 
 .site-title {
 .site-title {
@@ -2565,7 +2568,7 @@ table th,
 }
 }
 
 
 .site-info {
 .site-info {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }
@@ -2614,7 +2617,7 @@ table th,
 }
 }
 
 
 .footer-navigation .footer-menu {
 .footer-navigation .footer-menu {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	margin: 0;
 	margin: 0;
 	padding-left: 0;
 	padding-left: 0;
 }
 }
@@ -2663,7 +2666,7 @@ table th,
 
 
 .entry-meta,
 .entry-meta,
 .entry-footer {
 .entry-footer {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	clear: both;
 	clear: both;
 	float: none;
 	float: none;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
@@ -3516,7 +3519,7 @@ p:not(.site-title) a:hover {
  * Next/Previous navigation
  * Next/Previous navigation
  */
  */
 .post-navigation .meta-nav {
 .post-navigation .meta-nav {
-	color: #6e6e6e;
+	color: #6E6E6E;
 }
 }
 
 
 .post-navigation .post-title {
 .post-navigation .post-title {
@@ -3538,7 +3541,7 @@ p:not(.site-title) a:hover {
 }
 }
 
 
 .comment-notes {
 .comment-notes {
-	color: #6e6e6e;
+	color: #6E6E6E;
 }
 }
 
 
 .comment-form > p:not(.comment-form-cookies-consent) label {
 .comment-form > p:not(.comment-form-cookies-consent) label {
@@ -3638,7 +3641,7 @@ p:not(.site-title) a:hover {
 .widget_recent_comments ul li,
 .widget_recent_comments ul li,
 .widget_recent_entries ul li,
 .widget_recent_entries ul li,
 .widget_rss ul li {
 .widget_rss ul li {
-	color: #6e6e6e;
+	color: #6E6E6E;
 	font-weight: 700;
 	font-weight: 700;
 	margin-top: 16px;
 	margin-top: 16px;
 	margin-bottom: 16px;
 	margin-bottom: 16px;