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

Commit f537831

Browse files
update css settings
1 parent 5f86232 commit f537831

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

tech_docs_template/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.17"
1+
__version__ = "0.0.18"

tech_docs_template/assets/stylesheets/extra.css

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010
--md-footer-fg-color--lighter: #505a5f;
1111
}
1212

13+
.md-typeset {
14+
font-size: 0.85rem;
15+
}
16+
1317
.md-typeset h1 {
14-
font-size: 48px;
18+
font-size: 45px;
1519
font-weight: 700;
1620
}
1721

@@ -100,6 +104,7 @@
100104
.md-tabs__link {
101105
font-size: 18px;
102106
font-weight: 700;
107+
opacity: 1;
103108
}
104109

105110
.md-tabs__link:hover {
@@ -111,14 +116,21 @@
111116
.md-tabs__item--active {
112117
border-bottom: 4px solid;
113118
border-bottom-color: #1d70b8;
114-
/* text-decoration: underline;
115-
text-decoration-thickness: 3px;
116-
text-underline-offset: 10px;
117-
text-decoration-color: #1d70b8; */
118119
}
119120

121+
/* Configure the warning and info panels */
120122
.md-typeset .admonition,
121123
.md-typeset details {
122124
font-size: 16px;
123125
border: 3px solid;
124126
}
127+
128+
/* Configure the main panel */
129+
.md-main__inner {
130+
margin-top:10px;
131+
}
132+
133+
/* Configure the jupyter notebook code panels
134+
.highlight {
135+
background-color:#e0f7fa;
136+
} */

0 commit comments

Comments
 (0)