Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3c8f48d55 |
@@ -84,6 +84,14 @@ add_action('wp_head', function () {
|
|||||||
}
|
}
|
||||||
#fea-theme-btn:hover { background: rgba(0,0,0,0.06); }
|
#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>
|
MODO OSCURO — activado por [data-fea-theme="dark"] en <html>
|
||||||
══════════════════════════════════════════════════════════════════ */
|
══════════════════════════════════════════════════════════════════ */
|
||||||
|
|||||||
Reference in New Issue
Block a user