Skip to content

Commit de1498a

Browse files
committed
feat(ui): improve dark theme ui and responsiveness
played with colors for the dark theme. the design is now done for both web and mobile.
1 parent 7658667 commit de1498a

4 files changed

Lines changed: 463 additions & 212 deletions

File tree

css/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ body {
8383
color: #fbf1c7;
8484
text-decoration: none;
8585
font-weight: bold;
86-
border: 3px solid #000;
86+
/* border: 3px solid #22412f; */
8787
/*transform: translate(0, 0);*/
8888
transition: all 0.2s ease;
8989
font-size: 1.1rem;
90-
box-shadow: 6px 6px 0 #000;
90+
/* box-shadow: 6px 6px 0 #000; */
9191
}
9292

9393
.cta-button:hover {
94-
transform: translate(-4px, -4px);
95-
box-shadow: 8px 8px 0px #000;
94+
/* transform: translate(-4px, -4px); */
95+
/* box-shadow: 8px 8px 0px #000; */
9696
}
9797

9898
.navbar-button.active {
@@ -106,7 +106,7 @@ body {
106106
/*transform: translate(0, 0);*/
107107
transition: all 0.2s ease;
108108
/* font-size: 1.1rem; */
109-
box-shadow: 4px 4px 0 #000;
109+
/* box-shadow: 4px 4px 0 #000; */
110110
}
111111

112112
.mission-section {
@@ -333,4 +333,4 @@ nav {
333333
.hero-header {
334334
text-shadow: 2px 2px 2px #7c6f64;
335335
}
336-
}
336+
}

0 commit comments

Comments
 (0)