Skip to content

Commit e6b447c

Browse files
committed
styled special quote
1 parent c4b62c9 commit e6b447c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

public/lcd.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,12 @@ select#allSections {
362362
border: 2px solid var(--text-link);
363363
}
364364

365+
.specialquote {
366+
border: 2px dotted blue;
367+
padding: 1.4em;
368+
font-size: 1em;
369+
}
370+
365371

366372

367373

public/templates/blog/post.hbs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
background-color: white;
3131
}
3232
33-
.specialquote {
34-
border: 2px dotted blue;
35-
padding: 1.4em;
36-
font-size: 1em;
37-
}
3833
</style>
3934

4035
<script src="/jquery-3.6.0.min.js"></script>

0 commit comments

Comments
 (0)