mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-24 07:51:44 +00:00
Add custom CSS
This commit is contained in:
parent
3d8faa125a
commit
20c0cf2efb
13
docs/source/_static/css/style.css
Normal file
13
docs/source/_static/css/style.css
Normal file
@ -0,0 +1,13 @@
|
||||
@import url("theme.css");
|
||||
|
||||
.wy-side-nav-search, .wy-nav-top {
|
||||
background-color: #d1ccc1;
|
||||
}
|
||||
|
||||
.wy-nav-top, .wy-nav-top a {
|
||||
color: #3b3936;
|
||||
}
|
||||
|
||||
.wy-side-nav-search input[type=text] {
|
||||
border-color: #918e86;
|
||||
}
|
@ -125,6 +125,8 @@ html_favicon = '_static/pyrogram.ico'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
html_style = 'css/style.css'
|
||||
|
||||
# Custom sidebar templates, must be a dictionary that maps document names
|
||||
# to template names.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user