summaryrefslogtreecommitdiffstats
path: root/website/docs/css/extra.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/docs/css/extra.css')
-rw-r--r--website/docs/css/extra.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/website/docs/css/extra.css b/website/docs/css/extra.css
index aa0c890..d73ec16 100644
--- a/website/docs/css/extra.css
+++ b/website/docs/css/extra.css
@@ -12,8 +12,8 @@ body {
h1 {
font-size: 22px;
border-bottom: solid 1px;
- padding-bottom: 10px;
- margin-bottom: 18px;
+ padding-bottom: 8px;
+ margin: 30px 0 20px 0;
border-image-source: linear-gradient(to right, #178acc, #fff);
border-image-slice: 1;
}
@@ -26,9 +26,6 @@ h3 {
.navbar {
background-image: linear-gradient(#184965,#02121b);
- /*
- background: #333;
- */
}
pre {
@@ -112,3 +109,15 @@ kbd.b {
.logo-wrap img {
width: 70px;
}
+
+.install-link {
+ font-size: 15px;
+ margin: 10px 0 10px 0px;
+ text-align:center;
+ background: #133d55;
+ border-radius: 5px;
+ padding: 5px 8px;
+}
+.install-link:hover {
+ background: #acf;
+}