diff --git a/style.css b/style.css index 58651f83..146fd46c 100644 --- a/style.css +++ b/style.css @@ -57,6 +57,14 @@ blockquote { flex: 1 0 auto !important; } +.accordion-button::after { + display: none; +} + +.pagination { + justify-content: center !important; +} + .d-spoiler { color: var(--bs-dark); background-color: var(--bs-dark);