diff options
Diffstat (limited to 'bskyembed/src/index.css')
-rw-r--r-- | bskyembed/src/index.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/bskyembed/src/index.css b/bskyembed/src/index.css new file mode 100644 index 000000000..b8c94dfb5 --- /dev/null +++ b/bskyembed/src/index.css @@ -0,0 +1,29 @@ +html, body { + height: 100%; + width: 100%; + padding: 0; + margin: 0; + background: #FAFAFA; + font-family: 'Helvetica Neue', arial, sans-serif; + font-weight: 400; + color: #444; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +* { + box-sizing: border-box; +} + +#app { + height: 100%; + text-align: center; + background-color: #673ab8; + color: #fff; + font-size: 1.5em; + padding-top: 100px; +} + +.link { + color: #fff; +} |