design tweaking to align certain elements
This commit is contained in:
@@ -5,7 +5,7 @@ Author: Zeitfresser
|
|||||||
Author URI: https://ztfr.eu/
|
Author URI: https://ztfr.eu/
|
||||||
Theme URI: https://ztfr.eu/
|
Theme URI: https://ztfr.eu/
|
||||||
Description: Zeitfresser Wordpress Theme
|
Description: Zeitfresser Wordpress Theme
|
||||||
Version: 2.6
|
Version: 2.7
|
||||||
Tested up to: 6.2
|
Tested up to: 6.2
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
@@ -319,7 +319,7 @@ textarea {
|
|||||||
border: 1px solid rgba(248, 248, 242, 0.08);
|
border: 1px solid rgba(248, 248, 242, 0.08);
|
||||||
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget ul li {
|
.widget ul li {
|
||||||
@@ -1161,6 +1161,10 @@ header.site-header .social-links svg:hover {
|
|||||||
|
|
||||||
.custom-box {
|
.custom-box {
|
||||||
background-color: var(--footer-color);
|
background-color: var(--footer-color);
|
||||||
|
|
||||||
|
border-radius: 0;
|
||||||
|
border: 1px solid rgba(248, 248, 242, 0.08);
|
||||||
|
|
||||||
padding: 0.1rem 1rem;
|
padding: 0.1rem 1rem;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
@@ -1700,6 +1704,10 @@ header.page-header h1 {
|
|||||||
.comment-list .comment {
|
.comment-list .comment {
|
||||||
background-color: var(--footer-color);
|
background-color: var(--footer-color);
|
||||||
color: var(--light-color);
|
color: var(--light-color);
|
||||||
|
|
||||||
|
border-radius: 0;
|
||||||
|
border: 1px solid rgba(248, 248, 242, 0.08);
|
||||||
|
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
border-left: 4px solid var(--hover-color);
|
border-left: 4px solid var(--hover-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user