Update theme for 2019

This commit is contained in:
panr 2019-01-06 11:23:25 +01:00
parent 563972fe5f
commit 2ff92d6fdf
20 changed files with 375 additions and 83 deletions

View file

@ -12,13 +12,17 @@
margin-right: 5px;
}
&__text {
font-size: 1.125rem;
}
&__cursor {
display: inline-block;
width: 2px;
width: 10px;
height: 1rem;
background: #fe5186;
margin-left: 5px;
border-radius: 2px;
border-radius: 1px;
animation: cursor 1s infinite;
}
}