
/*
Theme Name: Garage Door
Text Domain: garage-door
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.4
Description: Our default theme for 2026 is designed to take full advantage of the flexibility of the block editor.
Tags: blog
Author: Serhii Ostapenko
Author URI: https://mixermedia.co.il/
Theme URI: https://mixermedia.co.il/
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.
*/

/* Nav */
.primary-nav .menu-item {
    list-style: none;
}


/* Table */
.table-striped {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    border-spacing: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.05);
}

.table-striped > * > tr > td {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

.table-striped > * > tr > th {
    color: #fff;
    background: var(--brand-strong);
}

.table-striped > * > tr > td:first-child,
.table-striped > * > tr > th:first-child {
    text-align: left;
    padding: 10px 15px;
}