Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 35: | Рядок 35: | ||
.charnav-wrap .charnav-current { |
.charnav-wrap .charnav-current { |
||
background: linear-gradient(to right, rgba(42, 245, 152, 1), rgba(0, 158, 253, 1)); |
background: linear-gradient(to right, rgba(42, 245, 152, 1), rgba(0, 158, 253, 1)); |
||
color: |
color: white; |
||
border: 1.5px solid #0073aa; |
border: 1.5px solid #0073aa; |
||
} |
} |
||
Версія за 18:32, 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: 5px;
font-weight: 600;
text-decoration: none;
text-align: center;
transition: all 0.2s ease;
}
.charnav-wrap .charnav-link {
border: 1.5px solid #0073aa;
color: white;
background: rgba(0, 0, 0, 0.3);
}
.charnav-wrap .charnav-link:hover {
background: rgba(46, 204, 113, 0.15);
}
.charnav-wrap .charnav-current {
background: linear-gradient(to right, rgba(42, 245, 152, 1), rgba(0, 158, 253, 1));
color: white;
border: 1.5px solid #0073aa;
}