diff options
author | amzrk2 | 2020-04-16 20:47:57 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 20:47:57 +0800 |
commit | 19a1901a7ac7b756aa6d106f44e575ecd2c810ac (patch) | |
tree | dd73a694689c447bec78715aa8a9c7154b875470 /assets/sass/_sidebar.scss | |
parent | 1301d9b6dae7c85f28efb23ce15d6242cfc18df0 (diff) | |
download | hugo-theme-fuji-19a1901a7ac7b756aa6d106f44e575ecd2c810ac.tar.gz hugo-theme-fuji-19a1901a7ac7b756aa6d106f44e575ecd2c810ac.tar.bz2 hugo-theme-fuji-19a1901a7ac7b756aa6d106f44e575ecd2c810ac.zip |
Progress button adjustment
Diffstat (limited to 'assets/sass/_sidebar.scss')
-rw-r--r-- | assets/sass/_sidebar.scss | 6 |
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 { |