Skip to content
Snippets Groups Projects
Commit 0bed5269 authored by Bernd Taschler's avatar Bernd Taschler
Browse files

fix back of flipcard

parent b077b796
No related branches found
No related tags found
No related merge requests found
Pipeline #24295 passed
......@@ -423,7 +423,7 @@ a:hover {
/* Fifth button color */
.flip-cards li:nth-child(5) > .button {
background-color: rgb(174, 118, 15);
background-color: rgba(174, 118, 15);
}
.flip-cards li:nth-child(5) > .panel {
background-color: rgba(174, 118, 15, 0.8);
......@@ -431,11 +431,10 @@ a:hover {
/* Sixth button color */
.flip-cards li:nth-child(6) > .button {
background-color: rgb(149, 147, 26);
background-color: rgba(149, 147, 26);
}
.flip-cards li:nth-child(6) > .panel {
background-color: rgba(149, 147, 26, 0.8);
color: white;
}
/* 7th button color */
......@@ -444,7 +443,6 @@ a:hover {
}
.flip-cards li:nth-child(7) > .panel {
background-color: rgba(60, 131, 213, 0.8);
color: white;
}
/* 8th button color */
......@@ -453,10 +451,9 @@ a:hover {
}
.flip-cards li:nth-child(8) > .panel {
background-color: rgba(76, 81, 168, 0.8);
color: white;
}
/* Nineth (last) button color */
/* 9th (last) button color */
.flip-cards li:last-child > .button {
background-color: rgba(40, 57, 77, 1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment