update hove and button color
This commit is contained in:
@@ -120,7 +120,7 @@ img[src*="#tft_img"] {
|
||||
}
|
||||
|
||||
button:hover :is(:where(a)) {
|
||||
color: #c6f8ff;
|
||||
color: #cd8c4c;
|
||||
}
|
||||
|
||||
button :is(:where(p)) {
|
||||
@@ -166,20 +166,20 @@ header .freeflow div, #info-menu div, #info-mobile-menu div {
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #1a1a1a;
|
||||
background-color: #106c6a;
|
||||
border-radius: 20px;
|
||||
border: 2px solid white;
|
||||
box-shadow: none;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #1a1a1a;
|
||||
/* button {
|
||||
background-color: #106c6a;
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
font-size: 20px;
|
||||
}
|
||||
} */
|
||||
|
||||
button a {
|
||||
color: white;
|
||||
@@ -200,6 +200,10 @@ header {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.nav_btn:hover{
|
||||
color: #cd8c4c;
|
||||
}
|
||||
|
||||
.quicklinks {
|
||||
box-sizing: border-box;
|
||||
-webkit-align-items: center;
|
||||
@@ -306,7 +310,7 @@ header {
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #5e5b59;
|
||||
color: #cd8c4c;
|
||||
}
|
||||
|
||||
.banner:hover {
|
||||
|
Reference in New Issue
Block a user