gitbook-plugin-theme-bandwidth
Version:
Bandwidth Theme for GitBook
32 lines (27 loc) • 755 B
text/less
/*
* Theme Dark
*/
.book {
&.color-theme-3 {
.book-header{
color: @header-color-3;
background: @header-background-3;
.btn {
color: @header-button-color-3;
&:hover {
color: @header-button-hover-color-3;
background: @header-button-hover-background-3;
}
&.lang-switcher.active {
background-color: @lang-switcher-active-color-3;
&:hover {
background-color: @lang-switcher-active-color-3;
}
}
}
h1 {
color: @header-title-color-3;
}
}
}
}