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