Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 587b10c2b3 |
@@ -84,14 +84,6 @@ 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