43 lines
526 B
Plaintext
Raw Normal View History

html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 100%
body
tab-size 4
overflow hidden
height 100%
color text-color
2017-06-25 21:07:14 +00:00
background-color bg-color
2017-07-03 23:16:43 +00:00
font-size 1.05rem
2017-07-03 23:16:43 +00:00
.osx
body
2017-07-03 23:16:43 +00:00
font-size 1rem
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)
2017-06-25 21:07:14 +00:00
// &.active
// color link-active-color
strong
font-weight bold
em
font-style italic
2016-12-02 15:23:05 +00:00
img
backface-visibility hidden
.spacer
flex 1