File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828body {
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 {
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 */
235227nav {
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 ;
You can’t perform that action at this time.
0 commit comments