This commit is contained in:
AlxMedia 2022-06-19 11:12:59 +02:00
parent c2cb5eabf0
commit 992a66bb6f
3 changed files with 10 additions and 2 deletions

View file

@ -291,4 +291,7 @@ body:where(.dark) .nav-menu.mobile > div > ul { border-top: 1px solid rgba(255,2
body:where(.dark) .toggle-search.active #svg-close { fill: #fff; }
body:where(.dark) .toggle-search:focus #svg-search,
body:where(.dark) .toggle-search:focus #svg-close { fill: rgba(255,255,255,0.6); }
}
}
body:where(.dark) .site-title a img,
body:where(.dark) .site-title a svg { filter: invert(1); }

View file

@ -87,6 +87,9 @@ Sidebar images
== Changelog ==
= 1.0.7 - 2022-06-19 =
* Fixed inverted logo img and svg colors for dark mode
= 1.0.6 - 2022-05-30 =
* Fixed ol and ul box-sizing content-box styling for WP 6.0
* Updated to Kirki 4.0.24

View file

@ -1,7 +1,7 @@
/*
Theme Name: Shapebox
Theme URI: http://alx.media/themes/shapebox/
Version: 1.0.6
Version: 1.0.7
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.0
@ -687,6 +687,8 @@ body.dark #theme-toggle-ball { background: #141416; bottom: 5px; }
.site-title { font-size: 30px; font-weight: 800; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 0 10px 0; position: relative; z-index: 2; }
.site-title a { display: block; color: #333; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-title a img,
.site-title a svg { filter: invert(0); }
.site-description { font-size: 15px; font-weight: 300; color: #aaa; float: left; margin: 30px 0 0 20px; position: relative; z-index: 2; }
.site-header { background: #eee; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }