Skip to content

Commit 0b52265

Browse files
authored
Update styles.css
1 parent b5b7a97 commit 0b52265

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

css/styles.css

Lines changed: 12 additions & 12 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;
9+
border-bottom: 1px solid #ddd; /* 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: #000000; /* cc6b39; moderate orange */
36+
color: #ffffff; /* white, was: cc6b39; moderate orange */
3737
position: relative;
3838
}
3939
blockquote:before {
@@ -110,7 +110,7 @@ body {
110110
font-family: Bahnschrift, Inter, Helvetic, sans-serif;
111111
font-size: 13px; /* 1.2rem; */
112112
background-color: #f5f5f5; /* very light gray, was #eeeeee */
113-
color: #000000; /* black */
113+
color: #ffffff; /* white */
114114
text-align: left;
115115
padding: 10px;
116116
}
@@ -225,8 +225,8 @@ textarea {
225225
}
226226

227227
body {
228-
background-color: #1d1f20;
229-
color: #e5e5e5;
228+
background-color: #1d1f20; /* very dark (mostly black) blue */
229+
color: #e5e5e5; /* very light gray */
230230
font: 14px/1.25 'Crimson Text', sans-serif;
231231
margin: 0;
232232
}
@@ -246,9 +246,9 @@ body {
246246

247247
/*** OPEN BOOK ***/
248248
.open-book {
249-
background: #fff;
249+
background: #fff; /* white */
250250
box-shadow: rgba(0,0,0,0.5) 0 1em 3em;
251-
color: #000;
251+
color: #000; /* black */
252252
padding: 2em;
253253
}
254254
.open-book * {
@@ -356,7 +356,7 @@ body {
356356
text-decoration: none;
357357
}
358358
.open-book sup {
359-
color: #cc0000;
359+
color: #cc0000; /* strong red */
360360
font-family: 'Rock Salt', cursive;
361361
left: 0;
362362
margin-top: -1em!important;
@@ -381,13 +381,13 @@ body {
381381
background: linear-gradient(to bottom, rgba(255,134,9,1) 0%,rgba(255,177,34,0.5) 60%,rgba(255,177,34,1) 100%);
382382
}
383383
.open-book hr {
384-
background-color: #000;
384+
background-color: #000; /* black */
385385
border: 0;
386386
height: 2px;
387387
margin: 1em 0;
388388
}
389389
.open-book dl {
390-
border: solid 0 #ccc;
390+
border: solid 0 #ccc; /* light gray */
391391
border-width: 0.0625em 0;
392392
break-inside: avoid-column;
393393
margin: 1em auto;
@@ -401,7 +401,7 @@ body {
401401
position: relative;
402402
}
403403
.open-book:before {
404-
background-color: #8B4513;
404+
background-color: #8B4513; /* dark orange [brown tone] */
405405
border-radius: 0.25em;
406406
bottom: -1em;
407407
content: '';
@@ -434,7 +434,7 @@ body {
434434
.open-book header:after,
435435
.open-book footer:before,
436436
.open-book footer:after {
437-
background: #fff;
437+
background: #fff; /* white */
438438
border-radius: 25%;
439439
content: '';
440440
height: 2em;

0 commit comments

Comments
 (0)