diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-12 17:24:47 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-12 17:25:19 -0400 |
commit | 0a69c582ec8b88b1d3af70ef43c3eeb1b99f973d (patch) | |
tree | 1041e985996aa4e3c4b1fc7ddea271b43a66f11f /assets | |
parent | 0daa948c9c6b507f1f087d57941ef35c26c97ae0 (diff) | |
download | getwtxt-0a69c582ec8b88b1d3af70ef43c3eeb1b99f973d.tar.gz |
added local copy of water.css v0.4.13
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/style.css b/assets/style.css index 86f018d..5a8cb71 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,4 +1,4 @@ -@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css"); +@import 'static/kognise.water.css.dark.min.css'; #container { max-width: 50rem; @@ -15,7 +15,7 @@ #subhead { text-align: right; - font-size: 2.0em; + font-size: 2em; font-family: monospace; margin-top: -2rem; padding-right: 0rem; @@ -23,14 +23,14 @@ } #body { - font-size: 1.0em; + font-size: 1em; margin-top: -1.5rem; } #info { font-family: monospace; font-size: 1.5em; - margin-top: -2.0rem; + margin-top: -2rem; padding-bottom: 2rem; } @@ -48,6 +48,6 @@ p { text-indent: 1.5em; - padding-top: 1.0rem; + padding-top: 1rem; margin-bottom: -0.3rem; } |