Skip to content

Commit 4cffe32

Browse files
committed
fix: clean-up css for guide headlines
1 parent b848645 commit 4cffe32

1 file changed

Lines changed: 1 addition & 30 deletions

File tree

docs/custom.css

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,6 @@
1313
--theme-color: var(--primary-blue);
1414
}
1515

16-
/* use this for the guide links */
17-
.markdown-section h6 {
18-
font-size: var(--heading-h3-font-size);
19-
border-bottom: 1px solid #d1d6db;
20-
cursor: pointer;
21-
display: flex;
22-
align-items: center;
23-
padding: 2rem 0 !important;
24-
font-weight: 800;
25-
letter-spacing: 0;
26-
padding-bottom: 0.02rem;
27-
margin: 0px;
28-
margin-top: 0px;
29-
text-decoration: none;
30-
text-transform: none;
31-
}
32-
33-
.markdown-section h6 > a {
34-
border-bottom: 0;
35-
color: inherit;
36-
text-decoration: none;
37-
}
38-
39-
.markdown-section h6 > a:hover {
40-
border-bottom: 0;
41-
color: var(--primary-blue);
42-
text-decoration: none;
43-
}
44-
4516
.app-name-link img {
4617
width: 5em;
47-
}
18+
}

0 commit comments

Comments
 (0)