autonomic-block-theme/style.css

85 lines
1.8 KiB
CSS

/*
Theme Name: Autonomic
Author: Autonomic Co-operative
Author URI: https://autonomic.zone
Theme URI:
Tags: full-site-editing
Text Domain: autonomic
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
.wp-site-blocks h2 {
display: flex;
height: 36px;
align-items: center;
border-top: 1px solid;
}
.wp-site-blocks h2::before {
content: "";
border-bottom: 1px solid;
border-right: 1px solid;
width: 80px;
margin-right: 8px;
height: 36px;
border-top: 2px solid var(--wp--preset--color--background);
}
.wp-site-blocks h2::after {
content: "";
border-bottom: 1px solid;
flex-grow: 1;
margin-left: 8px;
height: 36px;
border-left: 1px solid;
border-top: 2px solid var(--wp--preset--color--background);
}
.home .wp-site-blocks ul {
list-style-image: url('https://beta.autonomic.zone/wp-content/uploads/2023/01/arrow.png');
}
.home .wp-site-blocks h2 {
color: var(--wp--preset--color--primary)
}
.wp-block-navigation-item.current-menu-item {
color: var(--wp--preset--color--secondary)
}
.service-card {
max-width: 48%;
}
.kt-tab-title-2 {
color: var(--wp--preset--color--orange) !important;
border-color: var(--wp--preset--color--orange) !important;
}
.kt-tab-title-3 {
color: var(--wp--preset--color--secondary) !important;
border-color: var(--wp--preset--color--secondary) !important;
}
.contact-monster {
display: flex;
align-items: flex-end;
height: 100%;
}
.wp-site-blocks h2 a {
text-decoration: none;
}