Skip to content

Commit b4208c0

Browse files
committed
refactor: code cleanup
removed some commented css that we dont need
1 parent de1498a commit b4208c0

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

css/styles.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727

2828
body {
2929
font-family: "Space Mono", monospace;
30-
background: #0a0a0a;
31-
/* Note: This overrides the Tailwind body bg; consider removing if conflicting */
3230
}
3331

3432
.hero-header {
@@ -83,8 +81,6 @@ body {
8381
color: #fbf1c7;
8482
text-decoration: none;
8583
font-weight: bold;
86-
/* border: 3px solid #22412f; */
87-
/*transform: translate(0, 0);*/
8884
transition: all 0.2s ease;
8985
font-size: 1.1rem;
9086
/* box-shadow: 6px 6px 0 #000; */
@@ -103,10 +99,7 @@ body {
10399
text-decoration: none;
104100
font-weight: bold;
105101
border: 3px solid #000;
106-
/*transform: translate(0, 0);*/
107102
transition: all 0.2s ease;
108-
/* font-size: 1.1rem; */
109-
/* box-shadow: 4px 4px 0 #000; */
110103
}
111104

112105
.mission-section {
@@ -231,7 +224,6 @@ body {
231224
}
232225

233226

234-
/* Ensure nav height is accounted for in positioning */
235227
nav {
236228
min-height: 64px;
237229
/* Matches approximate nav height with padding */
@@ -255,11 +247,6 @@ nav {
255247

256248
}
257249

258-
.mission-card:hover {
259-
/* transform: translate(-4px, -4px); */
260-
/* box-shadow: 8px 8px 0px #427b58; */
261-
}
262-
263250
.mission-card h3 {
264251
font-weight: bold;
265252
color: #427b58;

0 commit comments

Comments
 (0)