mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Feat: Enhance theme settings with new button styles for open theme and JSON options
This commit is contained in:
@@ -190,8 +190,8 @@ details summary {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
background-color: var(--form-button-bg-color);
|
||||
color: #fff;
|
||||
background-color: var(--open-json-button-bg-color);
|
||||
color: var(--open-json-button-text-color);
|
||||
}
|
||||
|
||||
#open-theme {
|
||||
@@ -200,8 +200,8 @@ details summary {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-weight: 600;
|
||||
background-color: var(--form-button-bg-color);
|
||||
color: #fff;
|
||||
background-color: var(--open-theme-button-bg-color);
|
||||
color: var(--open-theme-button-text-color);
|
||||
}
|
||||
|
||||
#experimental-args {
|
||||
|
||||
Reference in New Issue
Block a user