I picked an ugly color
This commit is contained in:
parent
9a57cc77a5
commit
300f6cf0a5
@ -43,7 +43,7 @@ $(document).ready(function() {
|
|||||||
head.style.color = 'black';
|
head.style.color = 'black';
|
||||||
|
|
||||||
const foot = document.querySelector('.footer');
|
const foot = document.querySelector('.footer');
|
||||||
foot.style.backgroundColor = '#32b3bb';
|
foot.style.backgroundColor = '#30d3d2';
|
||||||
foot.style.color = '#fff';
|
foot.style.color = '#fff';
|
||||||
const gitBtn = document.querySelector('.source-btn');
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
gitBtn.style.backgroundColor = '#333333';
|
gitBtn.style.backgroundColor = '#333333';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user