mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
Logo version 7 - gray logo background, improved contrast, simplified css overrides
This commit is contained in:
BIN
docs/_static/espressif-logo.png
vendored
BIN
docs/_static/espressif-logo.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 3.5 KiB |
57
docs/_static/theme_overrides.css
vendored
57
docs/_static/theme_overrides.css
vendored
@@ -13,23 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wy-side-nav-search {
|
.wy-side-nav-search {
|
||||||
background-color: #CD2134 !important;
|
background-color: #e3e3e3 !important;
|
||||||
}
|
|
||||||
|
|
||||||
.wy-nav-top {
|
|
||||||
background-color: #CD2134 !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] {
|
.wy-side-nav-search input[type=text] {
|
||||||
@@ -37,47 +21,18 @@
|
|||||||
border-color: #333333 !important;
|
border-color: #333333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toctree-l1 {
|
.icon-home {
|
||||||
color: #ffffff !important;
|
color: #333333 !important;
|
||||||
}
|
|
||||||
|
|
||||||
.version {
|
|
||||||
color: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search {
|
|
||||||
border-radius: 10px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-home:hover {
|
.icon-home:hover {
|
||||||
color: #333333 !important;
|
background-color: #d6d6d6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-home:visited {
|
.version {
|
||||||
color: #fff !important;
|
color: #000000 !important;
|
||||||
}
|
|
||||||
|
|
||||||
.icon-home:hover:visited {
|
|
||||||
color: #333333 !important;
|
|
||||||
background-color: #bd2c2a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wy-form {
|
|
||||||
border-radius: 0px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #bd2c2a !important;
|
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