summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authoramzrk22020-04-16 20:47:57 +0800
committeramzrk22020-04-16 20:47:57 +0800
commit19a1901a7ac7b756aa6d106f44e575ecd2c810ac (patch)
treedd73a694689c447bec78715aa8a9c7154b875470 /assets
parent1301d9b6dae7c85f28efb23ce15d6242cfc18df0 (diff)
downloadhugo-theme-fuji-19a1901a7ac7b756aa6d106f44e575ecd2c810ac.tar.gz
hugo-theme-fuji-19a1901a7ac7b756aa6d106f44e575ecd2c810ac.tar.bz2
hugo-theme-fuji-19a1901a7ac7b756aa6d106f44e575ecd2c810ac.zip
Progress button adjustment
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_sidebar.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss
index 88a39d8..640494d 100644
--- a/assets/sass/_sidebar.scss
+++ b/assets/sass/_sidebar.scss
@@ -40,12 +40,16 @@
}
#container-progress {
+ cursor: pointer;
position: fixed;
width: 3em;
right: 1em;
bottom: 1em;
+ color: $color-primary;
- @include link-primary();
+ &:hover {
+ color: $color-secondary;
+ }
.progressbar-text {
svg {