mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Fix mobile navigation buttons color
This commit is contained in:
@@ -81,6 +81,10 @@ class Doc extends Document {
|
||||
'--text',
|
||||
theme === 'light' ? 'black' : 'white'
|
||||
);
|
||||
root.style.setProperty(
|
||||
'--text-inverted',
|
||||
theme === 'light' ? 'white' : 'black'
|
||||
);
|
||||
})();
|
||||
`
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user