Files
search/css/mod_search_styles.css
2026-03-05 23:02:54 +05:00

9 lines
623 B
CSS

.mod_search_highlight {
background-color: #fff3cd; /* Светло-желтый фон (Bootstrap warning light) */
color: #664d03; /* Темно-коричневый текст для контраста */
padding: 0 2px; /* Небольшие отступы по бокам */
border-radius: 3px; /* Скругление углов */
font-weight: 600; /* Делаем текст чуть жирнее */
border-bottom: 1px solid #ffe69c; /* Тонкая полоска снизу для акцента */
}
.bi .bi-sort-alpha-down {color: #F70101 !important}