turns out, I picked an even uglier color
This commit is contained in:
parent
300f6cf0a5
commit
cb9ffb249b
@ -43,8 +43,8 @@ $(document).ready(function() {
|
|||||||
head.style.color = 'black';
|
head.style.color = 'black';
|
||||||
|
|
||||||
const foot = document.querySelector('.footer');
|
const foot = document.querySelector('.footer');
|
||||||
foot.style.backgroundColor = '#30d3d2';
|
foot.style.backgroundColor = '#8cbfbf';
|
||||||
foot.style.color = '#fff';
|
foot.style.color = '#ffffff';
|
||||||
const gitBtn = document.querySelector('.source-btn');
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
gitBtn.style.backgroundColor = '#333333';
|
gitBtn.style.backgroundColor = '#333333';
|
||||||
const buttons = document.querySelectorAll('button');
|
const buttons = document.querySelectorAll('button');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user