update home card
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user