Pyrofork: fix docs css

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-10-31 22:33:42 +07:00
parent b8579d7658
commit 0480b3870b
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
4 changed files with 6 additions and 4 deletions

1
docs/source/_static/css/all.min.css vendored Normal file
View file

@ -0,0 +1 @@
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");

View file

@ -0,0 +1 @@
@import url("https://docs.pyrogram.org/_static/css/custom.css");

View file

@ -1,3 +1,3 @@
.pre{
color: #bfbfbf;
}
}

View file

@ -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",
]