﻿kbd {
    border: 1px solid #3abda8;
    background-color: #3abda8;
    border-radius: 5px;
    padding: 0 10px;
}

.sitemapKey > li,
.sitemapInfo > li {
    background-color: #e3eded;
}

.sitemapKey > li:nth-of-type(odd),
.sitemapInfo > li:nth-of-type(odd) {
    background-color: #cee0e0;
}

@media (min-width: 768px) {
    main {
    min-height: calc(100vh - 224px);
    }
}

/* 麵包屑分隔符號 */
.breadcrumb-nav {
    --bs-breadcrumb-divider: '>';
}