more nice tealeness
This commit is contained in:
parent
7d5a02957a
commit
175fa156bf
|
@ -20,6 +20,7 @@
|
|||
--light-teal: #6DD4F1;
|
||||
--mid-teal: #02CAF2;
|
||||
--dark-teal: #01586A;
|
||||
--void-teal: #00191E;
|
||||
--pink: #F048B5;
|
||||
--light-grey: #9A9A9A;
|
||||
--mid-grey: #292929;
|
||||
|
|
|
@ -323,14 +323,10 @@ a:hover {
|
|||
}
|
||||
|
||||
.powered-by .card {
|
||||
min-height: 265px;
|
||||
border: 1px solid var(--light-teal);
|
||||
min-height: 310px;
|
||||
padding: 35px;
|
||||
transition: transform 0.3s ease, background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.powered-by .card:hover {
|
||||
background: #1e1e1e;
|
||||
transform: scale(1.02);
|
||||
background: var(--void-teal);
|
||||
}
|
||||
|
||||
.video-background-container {
|
||||
|
|
Loading…
Reference in New Issue