28 lines
360 B
Plaintext
Raw Normal View History

html
height 100%
body
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 1.05rem
tab-size 4
overflow hidden
height 100%
color text-color
a
color link-color
text-decoration none
2016-11-30 15:29:36 +00:00
default-transition
:hover
color link-hover-color
text-decoration none
:active
transform translateY(3px)
strong
font-weight bold
em
font-style italic