mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
push
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
font-size: 90px;
|
||||
height: auto;
|
||||
font-weight: 50;
|
||||
color: rgb(255, 247, 0);
|
||||
color: white;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
padding: 0;
|
||||
font-size: 40px;
|
||||
font-weight: lighter;
|
||||
color: rgb(255, 247, 0);
|
||||
color: white;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
}
|
||||
|
||||
.headerContainer button:hover {
|
||||
background-color: #1500ff;
|
||||
background-color: #ff0000;
|
||||
color: rgb(255, 255, 255);
|
||||
cursor: pointer;
|
||||
transition: 0.3s ease-in;
|
||||
@@ -100,7 +100,7 @@
|
||||
}
|
||||
|
||||
.headerContainer button:hover {
|
||||
background-color: #1500ff;
|
||||
background-color: #ff0000;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
}
|
||||
@@ -159,7 +159,7 @@
|
||||
}
|
||||
|
||||
.headerContainer button:hover {
|
||||
background-color: #1500ff;
|
||||
background-color: red;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user