summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less19
1 files changed, 19 insertions, 0 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index 572603fb..870f6089 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -476,6 +476,21 @@ input, textarea, .search-query, .uneditable-input,
}
}
+// MODALS
+// -----------------------------------------------------
+
+.modal {
+ .border-radius(0);
+}
+
+.modal-header {
+ color: @navbarBackground;
+}
+
+.modal-body {
+ color: @bodyBackground;
+}
+
// MISCELLANEOUS
// -----------------------------------------------------
@@ -486,6 +501,10 @@ input, textarea, .search-query, .uneditable-input,
text-shadow: none;
}
+.hero-unit {
+ .border-radius(0);
+}
+
code, pre {
background-color: rgba(256, 256, 256, 0.3);
padding: 2px;