da5b40d168
- First (pinned) post on mobile: title and image centered - Pagination: restored page counter on mobile, buttons above footer - Typography and layout minor improvements Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
579 B
CSS
Executable File
21 lines
579 B
CSS
Executable File
/* Copyright */
|
|
#copyright {
|
|
opacity: 1 !important;
|
|
color: rgba(255, 255, 255, 0.6) !important;
|
|
font-weight: 400 !important;
|
|
text-shadow: none !important;
|
|
background: none !important;
|
|
padding: 0 !important;
|
|
border-radius: 0 !important;
|
|
backdrop-filter: none !important;
|
|
}
|
|
|
|
/* Убираем ::after — у темы уже есть border-left */
|
|
#copyright li:after {
|
|
content: "" !important;
|
|
}
|
|
|
|
#copyright ul li {
|
|
color: rgba(255, 255, 255, 0.6) !important;
|
|
border-left-color: rgba(255, 255, 255, 0.2) !important;
|
|
} |