more css edit

This commit is contained in:
Skull 2022-08-04 10:24:16 +03:00
parent 280e6593a8
commit 772af52ce3

View File

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