mirror of
https://github.com/sern-handler/website
synced 2026-07-05 05:59:43 +00:00
wow such feature
This commit is contained in:
11
src/components/PluginModal/index.module.css
Normal file
11
src/components/PluginModal/index.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.closeButton {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: 0.5rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
[data-theme='dark'] .modal {
|
||||
background-color: var(--ifm-color-primary);
|
||||
}
|
||||
Reference in New Issue
Block a user