40 lines
547 B
Plaintext
Raw Normal View History

html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
2017-09-22 04:19:32 +00:00
font-size 100%
2017-07-03 23:25:20 +00:00
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-22 14:31:25 +00:00
noise-strong
a
color link-color
text-decoration none
2016-11-30 15:29:36 +00:00
default-transition
:hover
color link-hover-color
2017-11-03 08:34:21 +00:00
text-shadow link-hover-text-shadow
text-decoration none
:active
transform translateY(3px)
2017-06-25 21:07:14 +00:00
// &.active
// color link-active-color
2016-12-02 15:23:05 +00:00
img
backface-visibility hidden
2017-07-06 14:54:10 +00:00
.hidden
display none !important
2017-07-13 00:32:36 +00:00
.text-center
text-align center
.spacer
flex 1