summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/index.css b/index.css
index 5789731..c3d7c70 100644
--- a/index.css
+++ b/index.css
@@ -26,6 +26,13 @@ body {
font-size: 18px;
font-weight: bold;
float: left;
+ color: #ffffff;
+
+ text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15),
+ 1px 2px 5px rgba(0, 0, 0, 0.05),
+ -1px 2px 5px rgba(0, 0, 0, 0.05);
+
+ /*background-color: rgba(0,0,0,0.1);*/
}
#block {
@@ -34,7 +41,7 @@ body {
width: 100%;
height: 100%;
- background-color: rgba(0,0,0,0.5);
+ background-color: rgba(0, 0, 0, 0.5);
}
#instructions {
@@ -61,10 +68,21 @@ body {
text-align: center;
cursor: pointer;
-}
+ text-shadow: 1px 3px 9px rgba(0, 0, 0, 0.4),
+ 3px 6px 8px rgba(0, 0, 0, 0.1),
+ -3px 6px 8px rgba(0, 0, 0, 0.1);
+}
#name {
font-size: 40px;
+}
+
+#positive {
+ color: #00a0b0;
+}
+
+#negative {
+ color: #a01000;
} \ No newline at end of file