From b0db6cb1783706340ede05d4d5f360076ed60296 Mon Sep 17 00:00:00 2001 From: Spectralitree <72747870+Spectralitree@users.noreply.github.com> Date: Wed, 15 Dec 2021 13:55:56 +0100 Subject: [PATCH] feat: some styling --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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);