change colours to fit with the logo

This commit is contained in:
Arya 2023-09-11 08:00:29 +05:30
parent 61d62f0906
commit 82e69d4755
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -31,7 +31,7 @@ footer p {
}
a {
color: #3c67ff;
color: #F57C00;
text-decoration: none;
}
a:hover {
@ -80,9 +80,9 @@ select {
border-bottom: none;
border-top: none;
border-radius: 4px;
border-left: 2px solid #3c67ff;
border-left: 2px solid #F57C00;
/* Accent shadow */
box-shadow: 2px 2px 0px 0px rgba(60, 103, 255, 0.25);
box-shadow: 2px 2px 0px 0px rgba(245, 124, 0, 0.25);
color: #b2b2b2;
background-color: #2f2f2f;
}
@ -95,10 +95,10 @@ button {
gap: 2px;
border: none;
border-radius: 4px;
background: #3c67ff;
background: #F57C00;
}
button:hover {
box-shadow: 5px 5px 0px 0px rgba(60, 103, 255, 0.25);
box-shadow: 5px 5px 0px 0px rgba(245, 124, 0, 0.25);
cursor: pointer;
}
@ -176,6 +176,6 @@ button:hover {
border-bottom: none;
border-top: none;
border-radius: 4px;
border-left: 2px solid #3c67ff;
box-shadow: 2px 2px 0px 0px rgba(60, 103, 255, 0.25);
border-left: 2px solid #F57C00;
box-shadow: 2px 2px 0px 0px rgba(245, 124, 0, 0.25);
}