We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249e8ae commit a80cd3dCopy full SHA for a80cd3d
src/pages/styles.module.css
@@ -54,15 +54,18 @@
54
55
.review {
56
font-style: italic;
57
- color: #666;
58
-}
+ color: white;
+ margin-top: 4em;
59
60
-.review h3 {
61
- margin-top: 3.5em;
+ border: solid 1px #666;
+ border-radius: 20px;
62
+ background-color: #222;
63
+ padding: 3em;
64
}
65
-html[data-theme="dark"] .review {
- color: #aaa;
66
+.review p {
67
+ margin-bottom: 0;
68
+ padding-bottom: 0;
69
70
71
.reorder {
0 commit comments