Update css/styles.css
This commit is contained in:
parent
59bb1b517f
commit
0ead9be442
@ -21,7 +21,7 @@ body.dark-mode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-color: #5fff5a;
|
background-color: #4caf50;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -54,7 +54,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button, .source-btn, .dsc-btn, .clr-btn {
|
button, .source-btn, .dsc-btn, .clr-btn {
|
||||||
background-color: #5fff5a;
|
background-color: #4caf50;
|
||||||
color: white;
|
color: white;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -114,7 +114,7 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background-color: #32b3bb; /*Winter color for footer */
|
background-color: #010101;
|
||||||
color: white; /* Light text color for footer */
|
color: white; /* Light text color for footer */
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user