Skip to content

Commit eaf9450

Browse files
committed
improve text readability on demo page
1 parent a11a167 commit eaf9450

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ h1, h2, .nav-link, .playlist-btn {
1010
text-transform:uppercase;
1111
}
1212
h1 {font-size:48px; }
13-
h1, h2, h3, p { margin:0 0 10px; color:#fff;}
14-
p { line-height:1.4; }
13+
h1, h2, h3, p { margin:0 0 10px; color:#fff; text-shadow: 1px 1px 1px #000;}
14+
p { line-height:1.4; }
1515
a { color:#fff; font-style:italic; }
1616
blockquote {
1717
background:#fff;
@@ -71,7 +71,7 @@ pre {
7171
position: absolute;
7272
bottom: -50px;
7373
left: 5px;
74-
background:rgba(0,0,0,.6);
74+
background:rgba(0,0,0,.8);
7575
padding: 6px 12px;
7676
border-radius: 10px;
7777
color: #fff;
@@ -100,5 +100,5 @@ pre {
100100
font-size:.9em;
101101
font-style:italic;
102102
opacity:.8;
103-
text-shadow: 1px 1px 1px rgba(0,0,0,.75);
103+
text-shadow: 1px 1px 1px rgba(0,0,0,.8);
104104
}

0 commit comments

Comments
 (0)