update home card

This commit is contained in:
2020-12-01 15:18:50 +02:00
parent d1e1ab20fa
commit dcc4ebed2f
3 changed files with 131 additions and 84 deletions

View File

@@ -148,6 +148,16 @@ body[data-theme="dark"] {
.post-content-text {
@apply text-gray-300;
}
.lg\:shadow-lg{
box-shadow :0 20px 25px -5px rgba(255, 255, 255, 0.1), 0 10px 10px -5px rgba(255, 255, 255, 0.04)
}
.learn-button{
background-color: #c4c4c4;
@apply text-gray-900;
&:hover {
@apply bg-gray-300;
}
}
.text-gray-700{
@apply text-white;
}