Skip to content

Commit

Permalink
Merge pull request #13 from gebeto/patch-1
Browse files Browse the repository at this point in the history
Added styled KBD tag, like in primer theme
  • Loading branch information
parkr authored Jul 26, 2021
2 parents 037a990 + ca64be3 commit b51a854
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _sass/jekyll-theme-time-machine.scss
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,18 @@ footer .owner p a {
box-sizing: border-box;
}

.markdown-body kbd {
background-color: #fafbfc;
border: 1px solid #c6cbd1;
border-bottom-color: #959da5;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #959da5;
color: #444d56;
display: inline-block;
font-size: 11px;
line-height: 10px;
padding: 3px 5px;
vertical-align: middle;
}

@import "rouge-base16-dark";

1 comment on commit b51a854

@marcomedina1988
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola, puse en una de mis páginas una dirección Ip permitida. Ahora estoy bloqueado en mi página gratis por 30 días que yo creé. ¿Tú sabes cómo revertir el cambio?. ¿Será que hay que esperar a que se me venza el período gratis?. Un saludo.

Please sign in to comment.