mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-17 13:21:52 +00:00
26 lines
400 B
CSS
26 lines
400 B
CSS
@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;
|
|
}
|
|
|
|
.wy-nav-content a:visited {
|
|
color: #2980B9;
|
|
}
|
|
|
|
.wy-menu-vertical a:active {
|
|
color: #3b3936;
|
|
background-color: #d1ccc1;
|
|
}
|
|
|
|
.rst-content code.literal {
|
|
color: #3b3936;
|
|
} |