You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
feat: add monet support in MMRL
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user