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 c4b62c9 commit e6b447cCopy full SHA for e6b447c
public/lcd.css
@@ -362,6 +362,12 @@ select#allSections {
362
border: 2px solid var(--text-link);
363
}
364
365
+ .specialquote {
366
+ border: 2px dotted blue;
367
+ padding: 1.4em;
368
+ font-size: 1em;
369
+ }
370
+
371
372
373
public/templates/blog/post.hbs
@@ -30,11 +30,6 @@
30
background-color: white;
31
32
33
- .specialquote {
34
- border: 2px dotted blue;
35
- padding: 1.4em;
36
- font-size: 1em;
37
- }
38
</style>
39
40
<script src="/jquery-3.6.0.min.js"></script>
0 commit comments