Skip to content

Commit 44e732a

Browse files
committed
Reduce title size in alabaster a little
1 parent b119016 commit 44e732a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

hoverxref/_static/css/alabaster.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#micromodal h1 {
2+
font-size: 200%;
3+
}

hoverxref/extension.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def setup_theme(app, exception):
110110
elif theme == 'alabaster':
111111
if app.config.hoverxref_modal_class == default:
112112
app.config.hoverxref_modal_class = 'body'
113+
css_file = 'css/alabaster.css'
113114
elif theme == 'sphinx_rtd_theme':
114115
if app.config.hoverxref_modal_class == default:
115116
css_file = 'css/sphinx_rtd_theme.css'

0 commit comments

Comments
 (0)