summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-25 22:04:19 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-25 22:04:19 -0400
commitd0d9772dfc5b43b98d2bcfdfe30eb3d77cfac041 (patch)
treeeb1af78f11905939facaf8e2002f960f65a5d9fd /slate/bootstrap.css
parent870f58aad9c3caf9ac142a82dcbf513a47d1c2f0 (diff)
all: fixes #11, rgba value for white (thanks @isc!)
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index 3405e195..0df9d61f 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -4495,14 +4495,14 @@ textarea[readonly] {
}
.label,
.alert {
- color: rgba(256, 256, 256, 0.9);
+ color: rgba(255, 255, 255, 0.9);
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.alert-heading {
- color: rgba(256, 256, 256, 0.9);
+ color: rgba(255, 255, 255, 0.9);
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
}
.alert {