minor changes and bugfixes

This commit is contained in:
2021-11-20 05:48:43 +01:00
parent bd8cf4a3c3
commit 189d3e21d3
8 changed files with 102 additions and 72 deletions

19
src/scss/classes.scss Normal file
View File

@@ -0,0 +1,19 @@
.helptext {
cursor: help;
text-decoration: underline dotted grey;
}
.helpicon {
cursor: help;
}
.uprank {
box-shadow: 0 0 20px greenyellow;
border: 1px solid greenyellow;
border-radius: 5px;
}
.downrank {
box-shadow: 0 0 20px #ff2f2f;
border: 1px solid #ff2f2f;
border-radius: 5px;
}