Files
website/src/components/PluginModal/index.module.css
2024-04-27 20:19:22 +02:00

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);
}