summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css25
1 files changed, 11 insertions, 14 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index f1d1e31d..f00bab2f 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -1,4 +1,4 @@
-@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");
+@import url("//fonts.googleapis.com/css?family=Roboto:400,700");
/*!
* Bootswatch v3.2.0
* Homepage: http://bootswatch.com
@@ -889,7 +889,7 @@ html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
- font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #888888;
@@ -990,7 +990,7 @@ h6,
.h4,
.h5,
.h6 {
- font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
+ font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
color: #ffffff;
@@ -1071,27 +1071,27 @@ h6 .small,
}
h1,
.h1 {
- font-size: 36px;
+ font-size: 56px;
}
h2,
.h2 {
- font-size: 30px;
+ font-size: 45px;
}
h3,
.h3 {
- font-size: 24px;
+ font-size: 34px;
}
h4,
.h4 {
- font-size: 18px;
+ font-size: 24px;
}
h5,
.h5 {
- font-size: 14px;
+ font-size: 20px;
}
h6,
.h6 {
- font-size: 12px;
+ font-size: 16px;
}
p {
margin: 0 0 10px;
@@ -4080,7 +4080,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar-default {
background-color: #060606;
- border-color: #000000;
+ border-color: #282828;
}
.navbar-default .navbar-brand {
color: #ffffff;
@@ -4125,7 +4125,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
- border-color: #000000;
+ border-color: #282828;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
@@ -6171,9 +6171,6 @@ button.close {
display: none !important;
}
}
-.navbar {
- border-bottom: 1px solid #282828;
-}
.text-primary,
.text-primary:hover {
color: #2a9fd6;