Refactor xpath

separate javascript from HTML file.
get rid of repeated ids
This commit is contained in:
2023-03-21 08:44:19 +01:00
parent 10d39d17b8
commit b80efd69ac
4 changed files with 163 additions and 194 deletions

View File

@@ -87,7 +87,7 @@ div#copyright a, a:visited, a:active {
backdrop-filter: blur(10px);
}
#toolListRow a {
.toolListRow a {
display: block;
color: white;
text-align: center;
@@ -95,7 +95,7 @@ div#copyright a, a:visited, a:active {
text-decoration: none;
}
#toolListRow a:hover {
.toolListRow a:hover {
background-color: #2A93B0;
color: white;
transform: scale(1.25, 1.25);