diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-10 23:11:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 23:11:35 -0400 |
commit | 16f9c4e71523973103b2d39568c76cff94d6936f (patch) | |
tree | 80db5e8dfa4598282ad9c373d250479056b9c316 /docs/src/pages/styles.module.css | |
parent | acb91f3ec13ae1f78ba65d240a923e9503e7a823 (diff) | |
parent | fa4519b596c2cb9f805135e530bb94be0cbf5ad1 (diff) |
Merge pull request #9 from Nicell/docs/update_docs_landing_page
Update landing page content and style
Diffstat (limited to 'docs/src/pages/styles.module.css')
-rw-r--r-- | docs/src/pages/styles.module.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/src/pages/styles.module.css b/docs/src/pages/styles.module.css index c1aa851..9e3ab99 100644 --- a/docs/src/pages/styles.module.css +++ b/docs/src/pages/styles.module.css @@ -10,6 +10,8 @@ text-align: center; position: relative; overflow: hidden; + background: linear-gradient(150deg, #026fc5, #7929d2); + color: #fff; } @media screen and (max-width: 966px) { @@ -18,6 +20,18 @@ } } +.getStarted { + color: #fff; + border-color: #fff; + border: solid 1px; +} + +.getStarted:hover { + background: #fff; + color: #000; + border-color: #fff; +} + .buttons { display: flex; align-items: center; |