| ... | @@ -3,6 +3,7 @@ title: _test_home |
... | @@ -3,6 +3,7 @@ title: _test_home |
|
|
---
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<main class="wiki-home">
|
|
<main class="wiki-home">
|
|
|
<style>
|
|
<style>
|
|
|
:root {
|
|
:root {
|
| ... | @@ -95,7 +96,7 @@ title: _test_home |
... | @@ -95,7 +96,7 @@ title: _test_home |
|
|
.wiki-home .service-button {
|
|
.wiki-home .service-button {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
padding: 12px 24px;
|
|
padding: 12px 24px;
|
|
|
background-color: #6a6af4;
|
|
background-color: #313178;
|
|
|
color: white;
|
|
color: white;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
| ... | @@ -106,8 +107,8 @@ title: _test_home |
... | @@ -106,8 +107,8 @@ title: _test_home |
|
|
|
|
|
|
|
.wiki-home .service-button:hover,
|
|
.wiki-home .service-button:hover,
|
|
|
.wiki-home .service-button:focus {
|
|
.wiki-home .service-button:focus {
|
|
|
background-color: #5858d0; /* Une teinte plus foncée pour l'effet hover */
|
|
background-color: #6a6af4; /* Une teinte plus claire pour l'effet hover */
|
|
|
transform: translateY(-2px);
|
|
transform: translateY(-1px);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.wiki-home .service-button:active {
|
|
.wiki-home .service-button:active {
|
| ... | | ... | |