Skip to content

Commit 63c94fc

Browse files
author
Vinit Kumar
committed
Merge pull request #3 from vinitkumar/fix/css
make date, location bigger and more legible
2 parents daff5c2 + c2dcb0c commit 63c94fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/application.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ b {
293293
-webkit-transform: rotate3d(0, 0, 0, 0);
294294
}
295295
.title {
296-
font-size: 1.3em;
297-
color: #555;
296+
font-size: 60px;
297+
color: white;
298298
text-align: center;
299299
font-weight: normal;
300300
margin: 30px 0;

css/backgrounds.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
background: #444;
1212
}
1313
.dark-bg.light-text .home, .dark-bg.light-text .main-return, .dark-bg.light-text .options, .dark-bg.light-text .title {
14-
color: rgba(255, 255, 255, 0.3);
14+
color: #ffffff;
1515
}
1616
.dark-bg.light-text .wunder path {
1717
fill: rgba(255, 255, 255, 0.3);

0 commit comments

Comments
 (0)