diff --git a/style.css b/style.css index a1e6637..d62ea12 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Zeitfresser Author URI: https://ztfr.eu/ Theme URI: https://ztfr.eu/ Description: Zeitfresser Wordpress Theme -Version: 2.6 +Version: 2.7 Tested up to: 6.2 Requires PHP: 7.0 License: GNU General Public License v2 or later @@ -319,7 +319,7 @@ textarea { border: 1px solid rgba(248, 248, 242, 0.08); padding: 1rem; - margin-bottom: 2rem; + margin-bottom: 1rem; } .widget ul li { @@ -1161,6 +1161,10 @@ header.site-header .social-links svg:hover { .custom-box { background-color: var(--footer-color); + + border-radius: 0; + border: 1px solid rgba(248, 248, 242, 0.08); + padding: 0.1rem 1rem; margin: 1rem 0; } @@ -1700,6 +1704,10 @@ header.page-header h1 { .comment-list .comment { background-color: var(--footer-color); color: var(--light-color); + + border-radius: 0; + border: 1px solid rgba(248, 248, 242, 0.08); + padding: 20px; margin-bottom: 15px; border-left: 4px solid var(--hover-color);