more nice tealeness

This commit is contained in:
Anton Livaja 2025-03-17 12:56:29 -07:00
parent 7d5a02957a
commit 175fa156bf
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 4 additions and 7 deletions

View File

@ -20,6 +20,7 @@
--light-teal: #6DD4F1;
--mid-teal: #02CAF2;
--dark-teal: #01586A;
--void-teal: #00191E;
--pink: #F048B5;
--light-grey: #9A9A9A;
--mid-grey: #292929;

View File

@ -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 {