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.
2 parents 77c0b5e + d385e46 commit 92aa7feCopy full SHA for 92aa7fe
src/App.css
@@ -116,3 +116,18 @@ footer a {
116
footer a:hover {
117
color: #0056b3;
118
}
119
+
120
+.preview {
121
+ border: 1px solid #ccc;
122
+ padding: 1rem;
123
+ margin-top: 1rem;
124
+ background-color: #fff;
125
+ color: #000;
126
+ max-height: 500px;
127
+ overflow-y: auto;
128
+}
129
+.app.dark .preview {
130
+ background-color: #1e1e1e;
131
+ color: #ddd;
132
+ border-color: #444;
133
0 commit comments