more css edit
This commit is contained in:
parent
280e6593a8
commit
772af52ce3
@ -275,8 +275,9 @@
|
|||||||
|
|
||||||
/* hover */
|
/* hover */
|
||||||
.card:hover .card-content {
|
.card:hover .card-content {
|
||||||
background-color: rgba(255, 255, 255, 0.652);
|
background-color: rgba(255, 255, 255, 0.321);
|
||||||
color: black;
|
color: rgb(255, 255, 255);
|
||||||
|
text-shadow: 2px 2px #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .card-content span {
|
.card .card-content span {
|
||||||
@ -284,6 +285,7 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
|
text-shadow: 2px 2px #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card .card-content p {
|
.card .card-content p {
|
||||||
|
Loading…
Reference in New Issue
Block a user