Refactor xpath
separate javascript from HTML file. get rid of repeated ids
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user