Merge pull request #29 from reesericci/patch-1

Settings improvements
This commit is contained in:
Deepjyoti Barman
2020-09-17 11:03:47 +05:30
committed by GitHub
4 changed files with 31 additions and 6 deletions

View File

@@ -152,3 +152,14 @@ body {
color: black;
text-decoration: none;
cursor: pointer; }
#settings-cog {
width: 48px;
height: 48px;
position: absolute;
bottom: 25px;
right: 25px;
}
.cog:hover {
fill: white;
}