mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
Update theme_overrides.css
Changed colors in css file, in order to make documentation website look like official website.
This commit is contained in:
70
docs/_static/theme_overrides.css
vendored
70
docs/_static/theme_overrides.css
vendored
@@ -11,3 +11,73 @@
|
|||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wy-side-nav-search {
|
||||||
|
background-color: #bd2c2a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-nav-top {
|
||||||
|
background-color: #bd2c2a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-nav-top:hover {
|
||||||
|
color: #333333 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-nav-top a {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-nav-top a:visited {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-side-nav-search input[type=text] {
|
||||||
|
border-radius: 0px !important;
|
||||||
|
border-color: #333333 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toctree-l1 {
|
||||||
|
color: #ffffff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.version {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search {
|
||||||
|
border-radius: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-home:hover {
|
||||||
|
color: #333333 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-home:visited {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-home:hover:visited {
|
||||||
|
color: #333333 !important;
|
||||||
|
background-color: #bd2c2a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-form {
|
||||||
|
border-radius: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #bd2c2a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #429b9e !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited:hover {
|
||||||
|
color: #bd2c2a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wy-nav-top a:hover {
|
||||||
|
color: #333333 !important;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user