Skip to content

Commit a80cd3d

Browse files
committed
Tweak review format
1 parent 249e8ae commit a80cd3d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/pages/styles.module.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,18 @@
5454

5555
.review {
5656
font-style: italic;
57-
color: #666;
58-
}
57+
color: white;
58+
margin-top: 4em;
5959

60-
.review h3 {
61-
margin-top: 3.5em;
60+
border: solid 1px #666;
61+
border-radius: 20px;
62+
background-color: #222;
63+
padding: 3em;
6264
}
6365

64-
html[data-theme="dark"] .review {
65-
color: #aaa;
66+
.review p {
67+
margin-bottom: 0;
68+
padding-bottom: 0;
6669
}
6770

6871
.reorder {

0 commit comments

Comments
 (0)