Swap out red quotation border for blue; other changes ignored
This commit is contained in:
parent
45c19e06f7
commit
3453d966be
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ section.has-light-background {
|
|||
}
|
||||
|
||||
.reveal blockquote {
|
||||
border: dashed 5px #823a69;
|
||||
display: block;
|
||||
padding: 2rem;
|
||||
border: dashed 5px navy;
|
||||
}
|
||||
|
||||
// Theme template ------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue