FIX: restrict the size of small tags (when nested)
This commit is contained in:
parent
4e3a8b87e3
commit
4d82a571fb
|
@ -15,6 +15,10 @@ big {
|
|||
font-size: 28px;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
background-color: scale-color-diff();
|
||||
border-left: 5px solid darken(scale-color-diff(), 10%);
|
||||
|
|
Loading…
Reference in New Issue