feat: add monet support in MMRL

This commit is contained in:
KOWX712
2025-03-25 15:05:26 +08:00
parent 6a26150e50
commit b11fe1dd61
10 changed files with 139 additions and 283 deletions

View File

@@ -7,7 +7,7 @@
position: relative;
width: calc(90vw - 60px);
max-width: 800px;
background: #fff;
background-color: var(--bg-secondary);
border-radius: 15px;
padding: 30px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
@@ -43,7 +43,7 @@
width: calc(100% - 20px);
padding: 8px 10px;
border-radius: 10px;
background-color: #F5F5F5;
background-color: var(--border-color);
}
#acknowledgment {
@@ -88,14 +88,4 @@
#link-text {
font-size: 17px;
font-weight: bold;
}
@media (prefers-color-scheme: dark) {
.about-menu {
background-color: #343434;
}
#disclaimer {
background-color: #6E6E6E;
}
}