mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-08 17:52:22 +05:30
change colours to fit with the logo
This commit is contained in:
parent
61d62f0906
commit
82e69d4755
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user