mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 06:45:39 +00:00
Add custom CSS
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user