43 lines
548 B
Plaintext
Raw Normal View History

html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
2018-03-08 15:08:45 +00:00
font-size 90%
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
text-decoration none
2017-11-08 14:50:48 +00:00
:active
transform translateY(3px)
2017-11-08 14:50:48 +00:00
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
2018-04-10 10:18:18 +00:00
color transparent
2016-12-02 15:23:05 +00:00
2018-04-13 11:39:03 +00:00
rt
user-select none
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