docs - fixing mobile menu text color

silversword411 committed Aug 13, 2022 at 15:19 UTC 5cdd08ee1d31655cf5e078a5e6ba543aff55e7df
1 file changed +12
docs/docs/stylesheets/extra.css
+12
@@ -64,6 +64,9 @@
64 background-color: #113962;
65 background: linear-gradient(to bottom, #104893 0%,#113962 100%);
66 }
67 +.md-nav__link {
68 + color: black;
69 +}
70 a:link {
71 color: #c8c8c8;
72 }
@@ -77,4 +80,13 @@ a:link {
80 padding:4px;
81 border-radius:4px;
82 box-shadow: 2px 2px 4px black;
83 +}
84 +.md-typeset .tabbed-set {
85 + border-left-width: 0.2rem;
86 + border-left-color: rgb(244, 244, 244);
87 + border-left-style: solid;
88 + border-radius: 4px;
89 + background-color: rgba(68,138,255,.1);
90 + border-color: rgb(244, 244, 244);
91 + padding: 5px;
92 }
\ No newline at end of file