Introduction du nouveau thème
This commit is contained in:
21
themes/42/assets/css/site-title.css
Normal file
21
themes/42/assets/css/site-title.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user