Skip to content

Commit

Permalink
Adjust z-index of feedback buttons (#233)
Browse files Browse the repository at this point in the history
- adjust the z-index of feedback buttons
- change the color of the kapa modal close button


![image](https://github.com/user-attachments/assets/62f6be3e-8a5b-491b-869d-1165670c4af4)
  • Loading branch information
fantkolja authored Oct 8, 2024
1 parent b4ed537 commit 6878973
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/feedback.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
top: calc(var(--toc-top) + var(--toc-height));
margin-left: 5em;
margin-right: var(--toc-margin-right);
z-index: 999;
z-index: 199;
}

@media screen and (max-height: 670px) {
Expand Down
7 changes: 7 additions & 0 deletions src/css/kapa.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.mantine-Modal-close {
color: #f8f9fa;
}

.mantine-Modal-close:hover {
color: #868e96;
}
1 change: 1 addition & 0 deletions src/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
@import "footer.css";
@import "highlight.css";
@import "print.css";
@import "kapa.css";

0 comments on commit 6878973

Please sign in to comment.