Added dark mode on docs
This commit is contained in:
parent
0f0d7366c6
commit
e62a3e7959
2 changed files with 5 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
@media (max-width: 1200px) {
|
||||
.md-header-nav__button {
|
||||
color: #ef5350;
|
||||
background-color: white;
|
||||
color: #fff;
|
||||
background-color: #ef5350 !important;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
|
@ -16,8 +16,8 @@ h1, h2, h3, h4, h5, h6 {
|
|||
}
|
||||
|
||||
/* Container backgrounds */
|
||||
.md-container, .md-main, .md-nav {
|
||||
background-color: #252632;
|
||||
.md-container, .md-main, .md-nav, .md-nav__list {
|
||||
background-color: #252632 !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
|||
1
external/glslang
vendored
Submodule
1
external/glslang
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c594de23cdd790d64ad5f9c8b059baae0ee2941d
|
||||
Loading…
Add table
Add a link
Reference in a new issue