Skip to content

Commit 3200ce9

Browse files
committed
Text shadows and no backgrounds.
1 parent f4de803 commit 3200ce9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

app/assets/stylesheets/application.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@
2323
}
2424

2525
.users th {
26-
color: #311;
27-
background-color: #755;
26+
text-align: left;
27+
color: #fff;
2828
padding: 10px;
2929
}
3030

3131
.users tr {
32-
background-color: #755;
3332
border-top: 1px solid #311;
3433
}
3534

3635
.new_link {
37-
background-color: #222;
3836
font-weight: bold;
3937
padding: 10px;
4038
color: white !important;
@@ -51,7 +49,11 @@
5149

5250
h2 {
5351
padding: 20px 20px;
54-
color: #100;
52+
color: #fff;
5553
text-align: center;
56-
background-color: #a77;
54+
}
55+
56+
body {
57+
text-shadow: 1px 1px 2px #000;
58+
color: #aaa;
5759
}

0 commit comments

Comments
 (0)