Skip to content

Commit 8370d3d

Browse files
authored
Update styles.css
1 parent addedb7 commit 8370d3d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ a[href]:hover {
7777
background-color: #ffff00; /* pure (or mostly pure) yellow */
7878
text-decoration: underline;
7979
}
80-
a.three:link {color:#ffff00;}
81-
a.three:visited {color:#000;}
82-
a.three:hover {background:#ee7;}
80+
a.three:link {color:#ffff00;} /* pure yellow */
81+
a.three:visited {color:#000000;} /* black */
82+
a.three:hover {background:#ee7ee7;} /* soft yellow */
8383

8484
h1 {
8585
font-size: 21px;
@@ -225,8 +225,8 @@ textarea {
225225
}
226226

227227
body {
228-
background-color: #ffffff; /* very dark (mostly black) blue */
229-
color: #e5e5e5; /* very light gray */
228+
background-color: #ffffff; /* white */
229+
color: #000000; /* black */
230230
font: 14px/1.25 'Crimson Text', sans-serif;
231231
margin-left: 15px;;
232232
}

0 commit comments

Comments
 (0)