Skip to content

Commit dba3f40

Browse files
committed
make the landing page dark!
1 parent 42c032c commit dba3f40

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

docs/index.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
margin: 40px auto;
1111
padding: 0 20px;
1212
line-height: 1.6;
13-
color: #333;
13+
color: #e4e4e4;
14+
background-color: #1a1a1a;
1415
}
1516
h1 {
16-
color: #2c3e50;
17+
color: #ffffff;
1718
border-bottom: 2px solid #3498db;
1819
padding-bottom: 10px;
1920
}
2021
h2 {
21-
color: #34495e;
22+
color: #f0f0f0;
2223
margin-top: 30px;
2324
}
2425
table {
@@ -29,31 +30,33 @@
2930
th, td {
3031
padding: 12px;
3132
text-align: left;
32-
border-bottom: 1px solid #ddd;
33+
border-bottom: 1px solid #444;
3334
}
3435
th {
35-
background-color: #3498db;
36-
color: white;
36+
background-color: #2c3e50;
37+
color: #ffffff;
3738
font-weight: 600;
3839
}
3940
tr:hover {
40-
background-color: #f5f5f5;
41+
background-color: #2a2a2a;
4142
}
4243
a {
43-
color: #3498db;
44+
color: #5dade2;
4445
text-decoration: none;
4546
}
4647
a:hover {
48+
color: #85c1e9;
4749
text-decoration: underline;
4850
}
4951
tt, code {
50-
background-color: #f4f4f4;
52+
background-color: #2a2a2a;
53+
color: #e4e4e4;
5154
padding: 2px 6px;
5255
border-radius: 3px;
5356
font-family: "Courier New", monospace;
5457
}
5558
.instructions {
56-
background-color: #e8f4f8;
59+
background-color: #1e3a4a;
5760
border-left: 4px solid #3498db;
5861
padding: 15px;
5962
margin: 20px 0;
@@ -66,8 +69,8 @@
6669
text-align: center;
6770
margin-top: 40px;
6871
padding-top: 20px;
69-
border-top: 1px solid #ddd;
70-
color: #7f8c8d;
72+
border-top: 1px solid #444;
73+
color: #999;
7174
font-size: 0.9em;
7275
}
7376
</style>

0 commit comments

Comments
 (0)