Skip to content

Commit 6a7b879

Browse files
authored
Update resume.css
Switched to dark mode in problably the worst way possible
1 parent 39fb8e5 commit 6a7b879

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/css/resume.css

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body {
88
font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
99
padding-top: 54px;
1010
color: #868e96;
11+
background: #000;
1112
}
1213

1314
@media (min-width: 992px) {
@@ -194,3 +195,7 @@ a {
194195
a:hover, a:focus, a:active {
195196
color: #223c8c;
196197
}
198+
199+
.card {
200+
background: #111;
201+
}

0 commit comments

Comments
 (0)