Skip to content

Commit

Permalink
Cambiado estilo de blockquote
Browse files Browse the repository at this point in the history
Se deja con borde a la izquierda
Se reduce el tamaño de fuente a 1 rem, esto debido que se veia mas grande que cualquier titulo
Se elimina el estilo italics si se quiere usar italics en markdown se puede usar _texto_ o bien *texto*
  • Loading branch information
Scot3004 committed Jul 27, 2024
1 parent 60f8a26 commit 9a280e3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/static/gen/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/static/gen/styles.css.map

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@ pre {
background-color: rgb(17, 17, 17);
color: rgb(206, 206, 206);
padding: 2vh;
}
}

blockquote {
border-left: 5px solid $light-gray;
padding: 0 1rem;
}
5 changes: 0 additions & 5 deletions scss/pages/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
margin-bottom: 1rem;
}

blockquote p{
font-style: italic;
font-size: 2rem;
}

p, ol, ul {
font-size: 1.5rem;
}
Expand Down

0 comments on commit 9a280e3

Please sign in to comment.