alpenglow theme made! seems to work, need to clean up the code all around, pull the clean up to master for dark mode

This commit is contained in:
Jacob Haddon 2020-11-09 16:01:05 -05:00
parent 80f0f4e87d
commit fdfa7ce8d0

View File

@ -180,6 +180,7 @@ code,
select,
textarea,
blockquote cite,
.wp-block-quote cite,
blockquote small,
input[type="date"]:focus,
input[type="time"]:focus,
@ -211,6 +212,7 @@ code,
{
/* color: #1a1a1a; */
color: #e1e1e1;
/* color: #271C4D; */
}
/* color: #686868; */
@ -260,10 +262,11 @@ code,
.wp-caption .wp-caption-text,
.gallery-caption,
.widecolumn label,
.widecolumn .mu_register label
.widecolumn .mu_register label,
a.page-numbers:hover
{
/* color: #686868; */
color: #8e8e8e;
color: #FC4CA0;
}
/* color: #007acc; */
@ -293,7 +296,9 @@ code,
.comment-reply-link,
.required,
.site-info a:hover,
.site-info a:focus { color: #007acc; }
.site-info a:focus,
.main-navigation li:hover > a,
.main-navigation li.focus > a { color: #52FFBD; }
/* background-color: #fff; */
.main-navigation ul ul li,
@ -313,7 +318,9 @@ code,
.site
{
/* background-color: #fff; */
background: #111111;
/* background: #111111; */
background: #21133C;
}
/* background-color: #d1d1d1; */
@ -325,6 +332,7 @@ code,
}
/* background: #1a1a1a; */
body,
button,
button[disabled]:hover,
button[disabled]:focus,
@ -347,7 +355,7 @@ code,
.page-links a
{
/* background: #1a1a1a; */
background: #222222;
background: #271C4D;
}
/* background: #007acc; */
@ -367,9 +375,10 @@ code,
input[type="submit"]:focus,
.widget_calendar tbody a,
.page-links a:hover,
.page-links a:focus { background: #007acc; }
.page-links a:focus { background: #52FFBD; }
/* background: #f7f7f7; */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
@ -384,12 +393,46 @@ code,
textarea
{
/* background: #f7f7f7; */
background: #111111;
background: #271C4D;
/* border-color: */
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
.tagcloud a:hover, .tagcloud a:focus {
border-color: #FC4CA0;
}
.main-navigation ul ul:before,
.main-navigation ul ul:after {
border-color: #381D71 transparent;
}
.main-navigation ul ul li,
.main-navigation ul ul { border-color:#381D71;}
.post-navigation,
.post-navigation div + div,
.widget,
.comments-title,
.comment-reply-title { border-color: #271C4D;}
/* background-color: #686868; */
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus { background-color: #686868; }
.widget_calendar tbody a:focus { background-color: #FC4CA0; }
/* background-color: transparent; */
.menu-toggle,