mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Pyrofork: fix docs css
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
b8579d7658
commit
0480b3870b
4 changed files with 6 additions and 4 deletions
1
docs/source/_static/css/all.min.css
vendored
Normal file
1
docs/source/_static/css/all.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
|
||||
1
docs/source/_static/css/custom.css
Normal file
1
docs/source/_static/css/custom.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
@import url("https://docs.pyrogram.org/_static/css/custom.css");
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
.pre{
|
||||
color: #bfbfbf;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,6 +94,6 @@ latex_elements = {
|
|||
|
||||
html_css_files = [
|
||||
"css/my.css",
|
||||
"https://docs.pyrogram.org/_static/css/custom.css",
|
||||
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css",
|
||||
]
|
||||
"css/custom.css",
|
||||
"css/all.min.css",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue