Project Docs Github
Log in
ittf site docs styles t base.css.ittf Edit
  • /ittf/site/docs/styles/t/base.css.ittf

/ittf/site/docs/styles/t/base.css.ittf (primary)

edit
                                            
1 $group
2 < html
3 margin 0
4 padding 0
5 border 0
6 vertical-align baseline
7 font-family "Lato",sans-serif
8 font-size 16px
9 overflow-x hidden
10 overflow-y scroll
11 box-sizing border-box
12 < body
13 font 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif
14 background-color ${wzCtx.Colors.bg_dark}
15 color ${wzCtx.Colors.c_dark}
16 < ul
17 margin-left 0.45rem
18 margin-right 0
19 margin-top 0
20 padding 0
21 margin-bottom 1.45rem
22 list-style-position inside
23 list-style-image none
24 $$ list-style-type none
25 < a
26 text-decoration none
27 color #fc0
28 transition all 0.25s
29 & :hover
30 color #da0
31 < td
32 padding 0 10px
Save
Save & Refresh
Cancel