Skip to content

Commit 88ea676

Browse files
committed
Remove title class styling
1 parent 51ad128 commit 88ea676

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,21 +235,6 @@ a.box:active {
235235
height: auto;
236236
width: 100%;
237237
}
238-
.title {
239-
font-size: 2rem;
240-
font-weight: 600;
241-
line-height: 1.125;
242-
}
243-
.title strong {
244-
color: inherit;
245-
font-weight: inherit;
246-
}
247-
.title:not(.is-spaced) + .subtitle {
248-
margin-top: -1.25rem;
249-
}
250-
.title.is-5 {
251-
font-size: 1.25rem;
252-
}
253238
.heading {
254239
display: block;
255240
font-size: 11px;

assets/theme-css/styles.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ body {
22
margin: 0;
33
}
44

5-
.title {
6-
color: var(--pst-heading-color);
7-
}
8-
95
/**
106
* See `code.literal` in
117
* src/pydata_sphinx_theme/assets/styles/content/_code.scss

0 commit comments

Comments
 (0)