Actualiser www/css/style2.css
All checks were successful
build configuration / build (push) Successful in 25s
All checks were successful
build configuration / build (push) Successful in 25s
This commit is contained in:
parent
64ecf052e9
commit
85a05d4e86
1 changed files with 3 additions and 9 deletions
|
@ -281,10 +281,7 @@ section p.stand-out {
|
||||||
margin: 20px auto 0 auto;
|
margin: 20px auto 0 auto;
|
||||||
padding: 15px 25px;
|
padding: 15px 25px;
|
||||||
|
|
||||||
/* background-image: url("../img/ui/button-background-darkgreen.svg"); */
|
background-image: url("../img/ui/button-background-burgundy-lines.svg");
|
||||||
/* background-image: url("../img/ui/button-background-darkbrown.svg"); */
|
|
||||||
/* background-image: url("../img/ui/button-background-lightbrown.svg"); */
|
|
||||||
background-image: url("../img/ui/button-background-black.svg");
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
|
|
||||||
|
@ -303,14 +300,11 @@ section p.stand-out {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
/* background-image: url("../img/ui/button-background-lightgreen.svg"); */
|
background-image: url("../img/ui/button-background-pink-panther.svg");
|
||||||
/* background-image: url("../img/ui/button-background-lightbrown.svg"); */
|
|
||||||
/* background-image: url("../img/ui/button-background-darkbrown.svg"); */
|
|
||||||
background-image: url("../img/ui/button-background-yellow.svg");
|
|
||||||
/* color: #00787E; */
|
/* color: #00787E; */
|
||||||
/* color: #47132B; */
|
/* color: #47132B; */
|
||||||
/* color: #AA473C; */
|
/* color: #AA473C; */
|
||||||
color: #000000;
|
color: #340424;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button img {
|
.button img {
|
||||||
|
|
Loading…
Reference in a new issue