Skip to content

Commit b53965c

Browse files
committed
Fix: Unificar color de fondo del elemento html
1 parent 62283b5 commit b53965c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

assets/css/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ html[data-mode="dark"],
7474
}
7575

7676
/* FORZAR background directo en body y footer - máxima prioridad */
77+
html {
78+
background: #0d1221 !important;
79+
background-color: #0d1221 !important;
80+
}
81+
7782
html body {
7883
background: #0d1221 !important;
7984
background-color: #0d1221 !important;

0 commit comments

Comments
 (0)