Add settings cog (for real)

This commit is contained in:
reesericci
2020-09-09 12:54:02 -05:00
parent 4069f27750
commit 19827e2957
3 changed files with 29 additions and 3 deletions

View File

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