better feet
This commit is contained in:
parent
1ded4a80f7
commit
ca429d55fc
@ -18,7 +18,13 @@ $(document).ready(function() {
|
|||||||
head.style.color = '#f1f1f1';
|
head.style.color = '#f1f1f1';
|
||||||
|
|
||||||
const foot = document.querySelector('.footer');
|
const foot = document.querySelector('.footer');
|
||||||
foot.style.backgroundColor = '#808080';
|
foot.style.backgroundColor = '#010101';
|
||||||
|
|
||||||
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
|
gitBtn.style.backgroundColor = '#9656ce';
|
||||||
|
|
||||||
|
const dscButt = document.querySelector('.dsc-btn');
|
||||||
|
dscButt.style.backgroundColor = '#ff5733';
|
||||||
|
|
||||||
const buttons = document.querySelectorAll('button');
|
const buttons = document.querySelectorAll('button');
|
||||||
buttons.forEach(function(button) {
|
buttons.forEach(function(button) {
|
||||||
@ -49,6 +55,12 @@ $(document).ready(function() {
|
|||||||
const foot = document.querySelector('.footer');
|
const foot = document.querySelector('.footer');
|
||||||
foot.style.backgroundColor = '#ddd';
|
foot.style.backgroundColor = '#ddd';
|
||||||
|
|
||||||
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
|
gitBtn.style.backgroundColor = '#333333';
|
||||||
|
|
||||||
|
const dscButt = document.querySelector('.dsc-btn');
|
||||||
|
dscButt.style.backgroundColor = '#9656ce';
|
||||||
|
|
||||||
const buttons = document.querySelectorAll('button');
|
const buttons = document.querySelectorAll('button');
|
||||||
buttons.forEach(function(button) {
|
buttons.forEach(function(button) {
|
||||||
button.style.backgroundColor = '#4caf50';
|
button.style.backgroundColor = '#4caf50';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user