Update js/darkmode.js
This commit is contained in:
parent
5759c02df0
commit
e31372b920
@ -51,7 +51,7 @@ $(document).ready(function() {
|
|||||||
head.style.textShadow = '-0px 0 white, 0 0px white, 0px 0 white, 0 -0px white';
|
head.style.textShadow = '-0px 0 white, 0 0px white, 0px 0 white, 0 -0px white';
|
||||||
|
|
||||||
const foot = document.querySelector('.footer');
|
const foot = document.querySelector('.footer');
|
||||||
foot.style.backgroundColor = '#000000';
|
foot.style.backgroundColor = '#9c9898';
|
||||||
foot.style.color = '#ffffff';
|
foot.style.color = '#ffffff';
|
||||||
const gitBtn = document.querySelector('.source-btn');
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
gitBtn.style.backgroundColor = '#0095ff';
|
gitBtn.style.backgroundColor = '#0095ff';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user