Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 1: | Рядок 1: | ||
.charnav-wrap { |
.charnav-wrap { |
||
display: flex; |
display: flex; |
||
justify-content: center; |
|||
gap: 8px; |
gap: 8px; |
||
flex-wrap: wrap; |
flex-wrap: wrap; |
||
Версія за 18:28, 1 липня 2026
.charnav-wrap {
display: flex;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.charnav-wrap a {
text-decoration: none;
color: inherit;
}
.charnav-wrap .charnav-link,
.charnav-wrap .charnav-current {
display: inline-block;
padding: 8px 16px;
border-radius: 20px;
font-weight: 600;
text-decoration: none;
text-align: center;
transition: all 0.2s ease;
}
.charnav-wrap .charnav-link {
border: 1.5px solid #2ecc71;
color: #2ecc71;
background: transparent;
}
.charnav-wrap .charnav-link:hover {
background: rgba(46, 204, 113, 0.15);
}
.charnav-wrap .charnav-current {
background: #2ecc71;
color: #0a1f14;
border: 1.5px solid #2ecc71;
}