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