Change background color and thicken button outlines
This commit is contained in:
parent
dcad130fa4
commit
b73eec196a
|
@ -15,7 +15,7 @@ body {
|
|||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
height: 100vh; /* Ensure body height fits within viewport */
|
||||
background: #1B1F59;
|
||||
background: #20256e;
|
||||
color: white;
|
||||
position: relative; /* Relative positioning for footer */
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ header img {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
background-color: white;
|
||||
border: 0.2em solid #101419;
|
||||
border: 0.35em solid #101419;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue