Fix mobile navigation buttons color

This commit is contained in:
Hazem Krimi
2021-09-05 18:47:45 +01:00
parent 9d4327f3c7
commit 0b49477ee8
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -81,6 +81,10 @@ class Doc extends Document {
'--text',
theme === 'light' ? 'black' : 'white'
);
root.style.setProperty(
'--text-inverted',
theme === 'light' ? 'white' : 'black'
);
})();
`
}}