UNPKG
topcoat-theme
Version:
latest (0.6.4)
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.24
0.5.23
0.5.22
0.5.21
0.5.20
0.5.19
0.5.18
0.5.17
0.5.16
0.5.15
0.5.14
0.5.13
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
Default theme for Topcoat components
topcoat/theme
topcoat-theme
/
src
/
includes
/
global.styl
14 lines
(12 loc)
•
224 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body
{
margin
:
0
;
padding
:
0
;
background
: var-background--body;
color
:
#000
;
font
:
16px
"Source Sans"
, helvetica, arial, sans-serif;
font-weight
:
400
; }
:focus
{
outline-color
: transparent;
outline-style
: none; }