ajout pose et logos

This commit is contained in:
2026-04-02 13:36:14 +02:00
parent ee3aef1576
commit a0d88fa32a
7 changed files with 53 additions and 1 deletions

View File

@@ -320,6 +320,20 @@
font-weight: bold;
color: #084a74;
}
#pause img {
animation: none;
width: 260px;
height: auto;
filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.8));
}
#pause figcaption {
font-family: "Sherwood", "Palatino Linotype", serif;
font-size: 2rem;
font-weight: bold;
color: #c8a84b;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.9), 1px 1px 2px #000;
letter-spacing: 2px;
}
.application.oathhammer {
border: 2px solid #c8a84b;
border-radius: 6px;