Skip to content

Commit 47b4d65

Browse files
Update styles.css
1 parent f0c5a01 commit 47b4d65

1 file changed

Lines changed: 26 additions & 70 deletions

File tree

styles.css

Lines changed: 26 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,53 @@
1-
/* Base */
21
body {
32
margin: 0;
3+
padding: 0;
4+
background: #0f1f17;
5+
color: #e6e6e6;
46
font-family: Georgia, serif;
5-
background: #1b1a18; /* deep bronze night */
6-
color: #e6e2d8;
77
}
88

9-
.derby {
10-
max-width: 760px;
11-
margin: auto;
9+
.lounge {
10+
max-width: 700px;
11+
margin: 0 auto;
1212
padding: 2rem;
1313
}
1414

15-
/* Header */
16-
.header h1 {
17-
font-size: 2.5rem;
18-
letter-spacing: 0.04em;
15+
h1 {
16+
color: #c8a24a;
17+
letter-spacing: 1px;
1918
}
2019

2120
.subtitle {
22-
color: #bfae88;
23-
margin-top: 0.5rem;
24-
}
25-
26-
/* Blocks */
27-
.block {
28-
margin: 2rem 0;
29-
}
30-
31-
h2, h3 {
32-
color: #d8cfae;
21+
color: #9fb8a5;
22+
margin-bottom: 2rem;
3323
}
3424

35-
/* Buttons */
36-
.buttons {
37-
display: flex;
38-
flex-wrap: wrap;
39-
gap: 0.5rem;
40-
}
41-
42-
button {
43-
background: #2a2926;
44-
color: #e6e2d8;
45-
border: 1px solid #4f4a3d;
25+
.buttons button,
26+
.order-btn {
27+
background: #1b3a2b;
28+
color: #e6e6e6;
29+
border: 1px solid #355f4b;
4630
padding: 0.6rem 1rem;
31+
margin: 0.3rem;
4732
cursor: pointer;
4833
}
4934

50-
button:hover {
51-
border-color: #3fa34d; /* resonance green */
52-
color: #3fa34d;
53-
}
54-
55-
/* CTA */
56-
.cta {
57-
margin-top: 1rem;
58-
background: #3fa34d;
59-
color: #0f120f;
60-
border: none;
61-
font-weight: bold;
35+
.buttons button:hover,
36+
.order-btn:hover {
37+
background: #274d3a;
6238
}
6339

64-
.cta:hover {
65-
background: #57c46c;
66-
}
67-
68-
/* Textarea */
6940
textarea {
7041
width: 100%;
7142
height: 80px;
72-
background: #111;
73-
color: #e6e2d8;
74-
border: 1px solid #4f4a3d;
43+
background: #13261d;
44+
color: #e6e6e6;
45+
border: 1px solid #355f4b;
7546
padding: 0.5rem;
7647
}
7748

78-
/* Sections */
79-
.rules ul {
80-
list-style: none;
81-
padding: 0;
82-
}
83-
84-
.rules li {
85-
margin-bottom: 0.4rem;
86-
}
87-
88-
.muted {
89-
color: #8a8575;
90-
}
91-
92-
.footer {
49+
footer {
9350
margin-top: 3rem;
94-
text-align: center;
95-
color: #7a7465;
96-
font-size: 0.85rem;
51+
font-size: 0.8rem;
52+
color: #7fa091;
9753
}

0 commit comments

Comments
 (0)