summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/bootswatch.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css
index e018add6..3c36b743 100644
--- a/css/bootswatch.css
+++ b/css/bootswatch.css
@@ -2,6 +2,22 @@ body {
padding-top: 60px;
padding-bottom: 30px;
}
+
+.navbar .nav > li > a {
+ color: #ccc;
+}
+
+.nav i {
+ opacity: 0.4;
+}
+
+.nav a:hover i {
+ opacity: 1;
+}
+
+.tooltip-inner {
+ max-width: 500px;
+}
.alert a {
font-weight: bold;
@@ -43,7 +59,7 @@ body {
}
#swatches {
- margin: 60px 0 45px 0;
+ margin: 45px 0 30px 0;
padding-right: 20px;
text-align: center;
}