Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

Commit

Permalink
Dim footer bar and show on hover, 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Apr 24, 2019
1 parent bbe3a76 commit eeba072
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions dist/dist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dist.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-theme-no-distraction",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/dist.css",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
9 changes: 9 additions & 0 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
display: none;
}

#footer-bar {
opacity: 0.08;
transition: opacity 0.25s;
}

#footer-bar:hover {
opacity: 1.0;
}

.section.tags {
flex: none !important;
width: 0px !important;
Expand Down

0 comments on commit eeba072

Please sign in to comment.