diff options
Diffstat (limited to 'bskyembed/src/index.css')
-rw-r--r-- | bskyembed/src/index.css | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/bskyembed/src/index.css b/bskyembed/src/index.css index b8c94dfb5..23457ec28 100644 --- a/bskyembed/src/index.css +++ b/bskyembed/src/index.css @@ -1,29 +1,7 @@ -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; -} +@tailwind base; +@tailwind components; +@tailwind utilities; -* { - 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; -} +.break-word { + word-break: break-word; +} \ No newline at end of file |