Skip to content

Instantly share code, notes, and snippets.

@IlanVivanco
Last active January 17, 2024 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IlanVivanco/8bd1d8af7b9fedd24ded95cc562d273f to your computer and use it in GitHub Desktop.
Save IlanVivanco/8bd1d8af7b9fedd24ded95cc562d273f to your computer and use it in GitHub Desktop.
Musihaks CSS hacks

Pequeños hacks CSS para Musihacks

Pueden aplicar los estilos que vaya recopilando en style.css utilizando alguna extensión del navegador que permita agregar estilos personalizados. En mi caso, estoy utilizando User CSS para Edge/Chorme.

Cualquier recomendación o comentario es más que bienvenido.

.progress-icon-wrapper{
border: none;
}
.progress-icon-100 {
background: #b3b4b5;
border-color: #36424e;
}
.active_page {
margin-block: 1rem;
}
.active_page .mr,
.active_page .favorited {
display: none;
}
.active_page .media-body{
font-weight: 600;
padding: 1em;
position: relative;
border-left: 1px solid currentColor;
}
.active_page .media-body::before{
content: '';
position: absolute;
inset: 0;
background: currentColor;
opacity: 0.15;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment