diff --git a/docs/_style/style.css b/docs/_style/style.css index c978f8c7..f3287f53 100644 --- a/docs/_style/style.css +++ b/docs/_style/style.css @@ -7,6 +7,17 @@ margin: 3rem 0 0 0; } +.content, +.sidebar, +.markdown-section, +body { + background-color: rgba(243, 242, 238, 1); +} + + { + background-color: rgba(243, 242, 238, 1) !important; +} + /*.anchor span { color: rgb(66, 185, 131); }*/ \ No newline at end of file