mirror of
https://github.com/sern-handler/website
synced 2026-06-19 22:32:23 +00:00
11 lines
191 B
CSS
11 lines
191 B
CSS
.closeButton {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
padding: 0.5rem;
|
|
cursor: pointer;
|
|
}
|
|
|
|
[data-theme='dark'] .modal {
|
|
background-color: var(--ifm-color-primary);
|
|
} |