Fix style card + metadatas
All checks were successful
camelia / deploy (push) Successful in 30s

This commit is contained in:
Melaine Gérard 2024-11-14 23:25:35 +01:00
parent 52352e0165
commit 916697bef5
3 changed files with 13 additions and 11 deletions

View File

@ -15,7 +15,8 @@
}
.card {
background-color: #a6a174;
color: white;
background-color: #524a3d;
border-radius: 1rem;
padding: 1rem;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
@ -50,7 +51,7 @@
.icon {
width: 1rem;
height: 1rem;
color: #000000;
color: white;
}
.flex {
@ -66,7 +67,7 @@
}
.discordButton {
background: #858157;
background: #ff6600;
color: white;
padding: .5rem 1rem;
border-radius: .5rem;
@ -75,7 +76,7 @@
}
.discordButton:hover {
background: #77734c;
background: #ee6002;
text-decoration: none;
}

View File

@ -3,12 +3,13 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>La Compagnie de Sufokia</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Camélianimes">
<meta property="og:image" content="https://camelia-studio.org/p/camelianimes/images/B27AB0.gif">
<meta property="og:description" content="Séances de visionnage d'animés, organisées par l'association Camélia Studio sur son serveur Discord https://discord.gg/nBuZ9vJ.">
<title>La Compagnie de Sufokia</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Camélianimes">
<meta property="og:image" content="https://camelia-studio.org/branches/alt+tab/la-compagnie-de-sufokia/images/c7b93f49527705.jpeg">
<meta property="og:description" content="Guilde La Compagnie de Sufokia (communauté Alt Tab de l'association Camélia Studio). Discord https://discord.gg/nBuZ9vJ.">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./calendar.css">
</head>

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#312d21" d="M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="white" d="M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"/></svg>

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 495 B