fix: emphasize dark-mode toggle moon
Co-authored-by: rafa <rcalvotorrejon@gmail.com> Signed-off-by: rafa <rcalvotorrejon@gmail.com>
This commit is contained in:
@@ -84,6 +84,14 @@ add_action('wp_head', function () {
|
||||
}
|
||||
#fea-theme-btn:hover { background: rgba(0,0,0,0.06); }
|
||||
|
||||
/* La luna debe destacar también sobre cabeceras claras. */
|
||||
html:not([data-fea-theme="dark"]) #fea-theme-btn {
|
||||
background: #000;
|
||||
border-color: #000;
|
||||
color: #f6c744;
|
||||
}
|
||||
html:not([data-fea-theme="dark"]) #fea-theme-btn:hover { background: #242424; }
|
||||
|
||||
/* ══════════════════════════════════════════════════════════════════
|
||||
MODO OSCURO — activado por [data-fea-theme="dark"] en <html>
|
||||
══════════════════════════════════════════════════════════════════ */
|
||||
|
||||
Reference in New Issue
Block a user