Skip to content

Commit

Permalink
modified: css/cards.css
Browse files Browse the repository at this point in the history
	modified:   css/header.css
  • Loading branch information
MEGATREX4 committed Apr 21, 2024
1 parent 24e8ac4 commit 6f8e624
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,11 @@ p {
border-radius: 5px;
}

.ActivePage{
.page-number:hover{
background-color: var(--linkhover);
}

.ActivePage, .ActivePage:hover{
background-color: var(--secondary-color);
color: var(--primary-color);
}
Expand Down
4 changes: 4 additions & 0 deletions css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
color: var(--header-color);
}

.addtranslation:hover {
background-color: var(--linkhover);
}

.addtranslation:visited {
color: var(--header-color);
}
Expand Down

0 comments on commit 6f8e624

Please sign in to comment.