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