summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index 9b8d2921..401dcc34 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -321,8 +321,8 @@ img {
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
- background-color: #272b30;
- border: 1px solid #dddddd;
+ background-color: #1c1e22;
+ border: 1px solid #0c0d0e;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
@@ -4401,8 +4401,8 @@ a.list-group-item.active > .badge,
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
- background-color: #272b30;
- border: 1px solid #dddddd;
+ background-color: #1c1e22;
+ border: 1px solid #0c0d0e;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
@@ -6118,6 +6118,11 @@ legend {
color: #000000;
text-decoration: none;
}
+a.thumbnail:hover,
+a.thumbnail:focus,
+a.thumbnail.active {
+ border-color: #0c0d0e;
+}
.jumbotron {
border: 1px solid rgba(0, 0, 0, 0.6);
}