1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-29 19:22:33 +02:00

fix btn color

This commit is contained in:
Kushagra Gour
2023-08-06 19:59:57 +05:30
parent 870b391f09
commit 2b0052d522

@ -150,7 +150,7 @@
min-height: 97vh;
}
.hero a {
color: white;
color: rgba(255,255,255,0.8);
}
.header {
min-width: 45ch;
@ -168,6 +168,7 @@
text-transform: uppercase;
transition: 0.25s ease;
color: rgba(0, 0, 0, 0.7);
font-weight: 800;
}
.btn:not(.disabled):hover {
@ -175,7 +176,7 @@
}
.download-btn {
color: white;
color: rgba(255,255,255,0.8);
background: linear-gradient(to bottom, #4d7bd6, #3c5d9e);
border: 2px solid #32508b;
border-bottom-color: #4870b3;