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

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authornanxiaobei <nanxiaobei@gmail.com>2021-08-24 15:35:04 +0300
committernanxiaobei <nanxiaobei@gmail.com>2021-08-24 15:35:04 +0300
commit13431dae529289e05517f7d3580e653554cebbf5 (patch)
tree25f29e83a4cb2ba87535c36c70ac4ec43457b787 /assets
parent6dd2030dfe4e8943c29aac32245ff3fc40da88ee (diff)
fix dark mode
Diffstat (limited to 'assets')
-rw-r--r--assets/app.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/app.css b/assets/app.css
index 308811c..2540cb3 100644
--- a/assets/app.css
+++ b/assets/app.css
@@ -202,7 +202,7 @@ img {
white-space: nowrap;
}
-.btn-theme {
+.btn-dark {
width: 3rem;
margin-left: 2rem;
cursor: pointer;
@@ -210,7 +210,7 @@ img {
transition: background-position 0.4s steps(6);
}
-.dark .btn-theme {
+.dark .btn-dark {
background-position: right;
}