About me:
/* ===== BARRA SUPERIOR / LOGO SPACEHEY ===== */
#top,
#top *,
.top,
nav,
nav *,
header,
header * {
background-color: black !important;
background-image: none !important;
color: #f2f2f2 !important;
border-color: #b11226 !important;
}
/* links del top */
#top a,
nav a {
color: #b11226 !important;
}
/* ===== MÓDULOS: MÚSICA / PELÍCULAS / HÉROES ===== */
.profile .sidebar,
.profile .sidebar *,
.profile .sidebar table,
.profile .sidebar tr,
.profile .sidebar td,
.profile .sidebar th,
.profile .sidebar ul,
.profile .sidebar li {
background: rgba(0,0,0,0.9) !important;
color: #f2f2f2 !important;
border: 1px solid #b11226 !important;
}
/* títulos de esos módulos */
.profile .sidebar h4,
.profile .sidebar .heading {
background: black !important;
color: #b11226 !important;
border: 1px solid #b11226 !important;
}
/* ===== FUERZA ELIMINACIÓN AZUL RESIDUAL ===== */
a:link,
a:visited,
a:hover,
a:active {
color: #b11226 !important;
background: transparent !important;
}
/* iconos o badges azules */
svg,
svg * {
fill: #b11226 !important;
stroke: #b11226 !important;
}