Theme switch button: inherit color from FAB parent (--theme-fab-color)
.theme-icon-btn had hardcoded color: #fff, now inherits from #mokoThemeFab which uses var(--theme-fab-color). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17132,7 +17132,7 @@ form .form-select {
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: rgba(255,255,255,.15);
|
background: rgba(255,255,255,.15);
|
||||||
color: #fff;
|
color: inherit;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user