Last active
January 17, 2024 02:59
-
-
Save IlanVivanco/8bd1d8af7b9fedd24ded95cc562d273f to your computer and use it in GitHub Desktop.
Revisions
-
IlanVivanco revised this gist
Jan 17, 2024 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # 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**](https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb?hl=es) para Edge/Chorme. Cualquier recomendación o comentario es más que bienvenido. -
IlanVivanco created this gist
Jan 17, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ .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; }