summaryrefslogtreecommitdiff
path: root/docs/src/pages/styles.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/styles.module.css')
-rw-r--r--docs/src/pages/styles.module.css12
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;