1

Introduction du nouveau thème

This commit is contained in:
2025-10-11 00:36:18 +02:00
parent fa5ba208ed
commit 2653b0fa01
112 changed files with 1590 additions and 2766 deletions

View File

@@ -0,0 +1,21 @@
#site-title {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--gap-site-title);
font-size: 2rem;
color: var(--color-site-title);
font-variant: small-caps;
font-weight: bold;
text-decoration: none;
text-shadow: var(--shadow-text);
justify-content: center;
span {
white-space: nowrap;
}
&:hover {
text-decoration: underline;
}
}