mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +00:00
docs: announcement bar dark mode 0.2 (#21540)
This commit is contained in:
parent
64c47224a0
commit
e8efe8384d
@ -248,16 +248,16 @@ nav, h1, h2, h3, h4 {
|
|||||||
no-repeat;
|
no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.announcementBar_node_modules-\@docusaurus-theme-classic-lib-theme-AnnouncementBar-styles-module {
|
div[class^=announcementBar_] {
|
||||||
height:40px !important;
|
height:40px !important;
|
||||||
font-size: 20px !important;
|
font-size: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='dark'] .announcementBar_node_modules-\@docusaurus-theme-classic-lib-theme-AnnouncementBar-styles-module {
|
[data-theme='dark'] div[class^=announcementBar_] {
|
||||||
background-color: #1b1b1b;
|
background-color: #1b1b1b;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='dark'] .announcementBar_node_modules-\@docusaurus-theme-classic-lib-theme-AnnouncementBar-styles-module button {
|
[data-theme='dark'] div[class^=announcementBar_] button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user