diff options
author | Nick <nick.win999@gmail.com> | 2020-06-10 21:58:31 -0500 |
---|---|---|
committer | Nick <nick.win999@gmail.com> | 2020-06-10 21:58:31 -0500 |
commit | b7eeaeb9413ede295b33bc5d34f4b5abd6f534b6 (patch) | |
tree | 83ebe2e271e3efeaec1f00ca30ced9cf725e8afe /docs/src/pages/styles.module.css | |
parent | b83b8c6a699dd9d53070c41ec0631215751ee29c (diff) |
Update landing page content and style
Diffstat (limited to 'docs/src/pages/styles.module.css')
-rw-r--r-- | docs/src/pages/styles.module.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/src/pages/styles.module.css b/docs/src/pages/styles.module.css index c1aa851..3f90e3d 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,16 @@ } } +.getStarted { + color: #fff; +} + +.getStarted:hover { + background: #fff; + color: #000; + border-color: #fff; +} + .buttons { display: flex; align-items: center; |