Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-23 19:18:07 +0300
committercrupest <crupest@outlook.com>2022-01-23 19:25:03 +0300
commit7bf9ac1d68ff1167ab6b2441f81137a6941f90b9 (patch)
treec6c4704b4235f418873c99e62afe560dd1d78070 /assets
parenta5d67c7a3fceaa7d8cd5888971fab0883d0968ae (diff)
Fix dark mode switch button appearance on Safari.
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/journal.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/journal.scss b/assets/scss/journal.scss
index 83f601b..7f8db12 100644
--- a/assets/scss/journal.scss
+++ b/assets/scss/journal.scss
@@ -1003,6 +1003,10 @@ a {
.pagination {
display: none;
+ .pagination-action {
+ -webkit-appearance: none; // Fix bootstrap set the appearance to button.
+ }
+
@media screen and (max-width: $single-column-max-width) {
display: flex !important;
flex-direction: row;