💄 block quote style
This commit is contained in:
@@ -89,6 +89,22 @@ HTML_TEMPLATE = """<!DOCTYPE html>
|
|||||||
.page-content li {{
|
.page-content li {{
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
.page-content blockquote {{
|
||||||
|
margin: 1.5rem 0;
|
||||||
|
padding: 1rem 1.5rem;
|
||||||
|
border-left: 4px solid #E6507D;
|
||||||
|
background-color: rgba(230, 80, 125, 0.05);
|
||||||
|
font-style: italic;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.page-content blockquote p {{
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}}
|
||||||
|
|
||||||
|
.page-content blockquote p:last-child {{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="page">
|
<body class="page">
|
||||||
|
|||||||
Reference in New Issue
Block a user