updated for setting, better formatting of the files.
This commit is contained in:
parent
4e0a3f2f5f
commit
2390a2199f
@ -2,7 +2,6 @@
|
||||
|
||||
@media screen and (prefers-color-scheme: dark)
|
||||
{
|
||||
|
||||
/* Text Colors */
|
||||
|
||||
/*
|
||||
@ -22,7 +21,6 @@ Either white (#FFF) or black (#000)
|
||||
Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
*/
|
||||
|
||||
|
||||
/* Primary Color 1 : Text Color */
|
||||
body,
|
||||
button,
|
||||
@ -58,10 +56,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.pagination a:focus,
|
||||
.comment-reply-title small a:hover,
|
||||
.comment-reply-title small a:focus,
|
||||
.wp-block-code
|
||||
{
|
||||
color: #e1e1e1;
|
||||
}
|
||||
.wp-block-code { color: #e1e1e1; }
|
||||
|
||||
/* Accent Color 1 */
|
||||
blockquote,
|
||||
@ -111,10 +106,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.gallery-caption,
|
||||
.widecolumn label,
|
||||
.widecolumn .mu_register label,
|
||||
a.page-numbers:hover
|
||||
{
|
||||
color: #FC4CA0;
|
||||
}
|
||||
a.page-numbers:hover { color: #FC4CA0; }
|
||||
|
||||
/* Accent Color 2 */
|
||||
a,
|
||||
@ -185,7 +177,6 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
}
|
||||
|
||||
/* Back Ground Colors */
|
||||
|
||||
/* Primary Color 2: Darkest */
|
||||
.main-navigation ul ul li,
|
||||
input[type="date"]:focus,
|
||||
@ -201,10 +192,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
input[type="tel"]:focus,
|
||||
input[type="number"]:focus,
|
||||
textarea:focus,
|
||||
.site
|
||||
{
|
||||
background: #21133C;
|
||||
}
|
||||
.site { background-color: #21133C; }
|
||||
|
||||
/* Primary Color 3 Dark */
|
||||
body,
|
||||
@ -227,17 +215,11 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.menu-toggle.toggled-on,
|
||||
.menu-toggle.toggled-on:hover,
|
||||
.menu-toggle.toggled-on:focus,
|
||||
.page-links a
|
||||
{
|
||||
background: #271C4D;
|
||||
}
|
||||
.page-links a { background: #271C4D; }
|
||||
|
||||
/* Primary color 4 Medium Dark */
|
||||
code,
|
||||
hr
|
||||
{
|
||||
background: #381D71;
|
||||
}
|
||||
hr { background: #381D71; }
|
||||
|
||||
/* Primary Color 4: Inactive */
|
||||
input[type="date"],
|
||||
@ -252,10 +234,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="number"],
|
||||
textarea
|
||||
{
|
||||
background: #271C4D;
|
||||
}
|
||||
textarea { background: #271C4D; }
|
||||
|
||||
/* Accent Color 1; */
|
||||
.widget_calendar tbody a:hover,
|
||||
@ -281,7 +260,6 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.page-links a:focus { background: #52FFBD; }
|
||||
|
||||
/* Border Colors */
|
||||
|
||||
/* Primary color 3 Dark */
|
||||
.post-navigation,
|
||||
.post-navigation div + div,
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
@media screen and (prefers-color-scheme: dark)
|
||||
{
|
||||
|
||||
/* Text Colors */
|
||||
|
||||
/*
|
||||
@ -23,7 +22,6 @@ Either white (#FFF) or black (#000)
|
||||
Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
*/
|
||||
|
||||
|
||||
/* Primary Color 1 : Text Color */
|
||||
body,
|
||||
button,
|
||||
@ -59,10 +57,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.pagination a:focus,
|
||||
.comment-reply-title small a:hover,
|
||||
.comment-reply-title small a:focus,
|
||||
.wp-block-code
|
||||
{
|
||||
color: #e1e1e1;
|
||||
}
|
||||
.wp-block-code { color: #e1e1e1; }
|
||||
|
||||
/* Accent Color 1 */
|
||||
blockquote,
|
||||
@ -112,10 +107,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.gallery-caption,
|
||||
.widecolumn label,
|
||||
.widecolumn .mu_register label,
|
||||
a.page-numbers:hover
|
||||
{
|
||||
color: #8e8e8e;
|
||||
}
|
||||
a.page-numbers:hover { color: #8e8e8e; }
|
||||
|
||||
/* Accent Color 2 */
|
||||
a,
|
||||
@ -186,7 +178,6 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
}
|
||||
|
||||
/* Back Ground Colors */
|
||||
|
||||
/* Primary Color 2: Darkest */
|
||||
.main-navigation ul ul li,
|
||||
input[type="date"]:focus,
|
||||
@ -202,10 +193,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
input[type="tel"]:focus,
|
||||
input[type="number"]:focus,
|
||||
textarea:focus,
|
||||
.site
|
||||
{
|
||||
background-color: #111111;
|
||||
}
|
||||
.site { background-color: #111111; }
|
||||
|
||||
/* Primary Color 3 Dark */
|
||||
body,
|
||||
@ -228,17 +216,11 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.menu-toggle.toggled-on,
|
||||
.menu-toggle.toggled-on:hover,
|
||||
.menu-toggle.toggled-on:focus,
|
||||
.page-links a
|
||||
{
|
||||
background: #222222;
|
||||
}
|
||||
.page-links a { background: #222222; }
|
||||
|
||||
/* Primary color 4 Medium Dark */
|
||||
code,
|
||||
hr
|
||||
{
|
||||
background: #343434;
|
||||
}
|
||||
hr { background: #343434; }
|
||||
|
||||
/* Primary Color 4: Inactive */
|
||||
input[type="date"],
|
||||
@ -253,10 +235,7 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
input[type="search"],
|
||||
input[type="tel"],
|
||||
input[type="number"],
|
||||
textarea
|
||||
{
|
||||
background: #222222;
|
||||
}
|
||||
textarea { background: #222222; }
|
||||
|
||||
/* Accent Color 1; */
|
||||
.widget_calendar tbody a:hover,
|
||||
@ -282,7 +261,6 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.page-links a:focus { background: #007acc; }
|
||||
|
||||
/* Border Colors */
|
||||
|
||||
/* Primary color 3 Dark */
|
||||
.post-navigation,
|
||||
.post-navigation div + div,
|
||||
@ -322,4 +300,3 @@ Accent color 1 and 2 are used as inverse of each other thoughout the theme
|
||||
.menu-toggle:focus { background-color: transparent; }
|
||||
body:not(.search-results) .entry-summary blockquote { border-color: currentColor; }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user