diff --git a/docs/_style/style.css b/docs/_style/style.css index c978f8c7eb70c8633cb90637ca38d426e7b2c715..f3287f53e9e1a41a34e99bbade66eadec0d7dddf 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