Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 71366d8

Browse files
committed
styling tweaks fro dark mode
1 parent 3bef156 commit 71366d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Modal.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
.modal-shadow .modal-contents {
6868
max-height: 35rem;
6969
padding: 1rem;
70-
background-color: #fff;
70+
background-color: var(--app-secondary-background-color);
7171
box-shadow: 0px 0px 13px #7d7d7d;
7272
position: fixed;
7373
left: 50%;
@@ -82,6 +82,7 @@ export default {
8282
float: right;
8383
background: none;
8484
fill: grey;
85+
border: none;
8586
}
8687
8788
#button-exit:active {

0 commit comments

Comments
 (0)