We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4de803 commit 3200ce9Copy full SHA for 3200ce9
app/assets/stylesheets/application.css
@@ -23,18 +23,16 @@
23
}
24
25
.users th {
26
- color: #311;
27
- background-color: #755;
+ text-align: left;
+ color: #fff;
28
padding: 10px;
29
30
31
.users tr {
32
33
border-top: 1px solid #311;
34
35
36
.new_link {
37
- background-color: #222;
38
font-weight: bold;
39
40
color: white !important;
@@ -51,7 +49,11 @@
51
49
52
50
h2 {
53
padding: 20px 20px;
54
- color: #100;
55
text-align: center;
56
- background-color: #a77;
+}
+
+body {
57
+ text-shadow: 1px 1px 2px #000;
58
+ color: #aaa;
59
0 commit comments