Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit a5e3e76

Browse files
committed
css modified
1 parent 50f874d commit a5e3e76

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib/eccentric.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,18 +204,18 @@ h6, .et-h6 {
204204

205205
// Combined Property For all tags
206206
// This Contains various Tags like Paragraph, italics, bold, quote, Underlined.
207-
.et-paragraph, .et-quote, .et-regular, p, b, i, u, q {
208-
font-family: var(--et-sans-serif);
209-
margin: 0;
210-
color: var(--et-black);
207+
.et-paragraph, p, b, i, u, q {
208+
font-family: var(--et-sans-serif);
209+
margin: 0;
210+
color: var(--et-black);
211211
}
212212

213213
b {
214214
font-weight: bold;
215215
}
216216

217217
// To remove extra (unwanted) margin.
218-
.et-paragraph, .et-regular, p {
218+
.et-paragraph, p {
219219
margin: 0;
220220
}
221221

0 commit comments

Comments
 (0)