links, fix for butttons (#57)

This commit is contained in:
trean
2022-06-14 19:09:47 +02:00
committed by GitHub
parent a20cdc6bdd
commit 9945a9995b
5 changed files with 11 additions and 7 deletions
@@ -10474,11 +10474,11 @@ body::after {
-webkit-transform-origin: bottom left;
transform-origin: bottom left;
}
.btn-style-four .text {
.btn-style-four .text, .btn-style-four .txt {
position: relative;
z-index: 1;
}
.btn-style-four:hover {
.btn-style-four:hover .text, .btn-style-four:hover .txt {
color: #ffffff;
}
.btn-style-four_rounded {