button design modification
This commit is contained in:
parent
3a719e9f20
commit
e132ecd7de
@ -19,6 +19,10 @@
|
|||||||
font-family: "Exo", sans-serif;
|
font-family: "Exo", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-family: "Lato", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.bg-semi-white {
|
.bg-semi-white {
|
||||||
background-color: rgba(255, 255, 255, 0.75);
|
background-color: rgba(255, 255, 255, 0.75);
|
||||||
}
|
}
|
||||||
@ -112,7 +116,7 @@ img[src*="#tft_img"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:hover :is(:where(a)) {
|
button:hover :is(:where(a)) {
|
||||||
color: #3b82f6;
|
color: #be00ea;
|
||||||
}
|
}
|
||||||
|
|
||||||
button :is(:where(p)) {
|
button :is(:where(p)) {
|
||||||
@ -120,8 +124,13 @@ button :is(:where(p)) {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
button a {
|
button a {
|
||||||
color: black;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Reference in New Issue
Block a user