- Fix authors
    - Fix Safari decoration
This commit is contained in:
Misthaa
2024-11-15 14:11:22 +01:00
parent aeeac1b0da
commit e4e9e25162
2 changed files with 15 additions and 3 deletions

View File

@ -124,7 +124,7 @@
<h2>Hugo, hubourge</h2> <h2>Hugo, hubourge</h2>
<p>Game</p> <p>Game</p>
<div class="info"> <div class="info">
<p>Tom est spécialisé en développement backend et travaille principalement avec Node.js et MongoDB.</p> <p>Hugo worked on the game development, implementing various advanced features using JavaScript and the Three.js library. He integrated interactive elements and immersive 3D effects to create a rich and dynamic user experience.</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -6,7 +6,7 @@
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */ /* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */ /* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/11/14 16:53:15 by madegryc ### ########.fr */ /* Updated: 2024/11/15 14:08:22 by madegryc ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -242,6 +242,12 @@ button {
background-color: #fff; background-color: #fff;
margin-bottom: 20px; margin-bottom: 20px;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
color: black;
-webkit-appearance: none;
}
.login-btn:focus {
color: black;
} }
.login-btn:hover { .login-btn:hover {
@ -301,6 +307,12 @@ button {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
color: black;
-webkit-appearance: none;
}
.login-42-btn:focus {
color: black;
} }
#logo-ft { #logo-ft {
@ -434,7 +446,7 @@ button {
} }
.team-member:hover .info { .team-member:hover .info {
transform: translateX(-50%) translateY(25%); transform: translateX(-50%) translateY(55%);
opacity: 1; opacity: 1;
} }