Add blockquote css #19
@ -31,6 +31,16 @@ p, a, li, tr, td, span, noscript, figcaption {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
background: rgba(11,11,12,1);
|
||||||
|
padding: 10px;
|
||||||
|
border: 5px dashed white;
|
||||||
|
color: white;
|
||||||
|
font-family: 'Lekton', Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: rgba(11,11,12,0.9);
|
background: rgba(11,11,12,0.9);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
Reference in New Issue
Block a user