Skip to content

Commit 1ecd6fb

Browse files
authored
Update styles.css
1 parent 9e342cf commit 1ecd6fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ table {
66
th, td {
77
padding: 3px;
88
text-align: left;
9-
border-bottom: 1px solid #ddd; /* very light gray */
9+
border-bottom: 1px solid #dddddd; /* very light gray */
1010
}
1111

1212
img.displayed {
@@ -33,7 +33,7 @@ blockquote {
3333
overflow: hidden;
3434
padding: 0 0 0 13px; /* 0 0 0 26px; */
3535
font-weight: 500; /* 100 */
36-
color: #ffffff; /* white, was: cc6b39; moderate orange */
36+
color: #ffffff; /* white */
3737
position: relative;
3838
}
3939
blockquote:before {
@@ -209,7 +209,7 @@ textarea {
209209
padding: 0;
210210
border: 0;
211211
background: #282a3a; /* very dark grayish blue */
212-
color: #fff; /* white */
212+
color: #ffffff; /* white */
213213
min-width: 500px;
214214
outline: none;
215215
resize: none;
@@ -221,7 +221,7 @@ textarea {
221221
*,
222222
:before,
223223
:after {
224-
box-sizing: border-box;
224+
box-sizing: border-box;
225225
}
226226

227227
body {

0 commit comments

Comments
 (0)