fixing color links
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-02-11 10:02:15 +01:00
parent c31174bb4f
commit 9b1d70c0f5
3 changed files with 34 additions and 0 deletions

View File

@ -143,6 +143,18 @@
content: var(--tw-content);
}
.wp-admin.post-type-portfolio .is-root-container a, .portfolio-single a {
color: unset;
text-decoration-line: underline;
text-underline-offset: 4px;
text-decoration-thickness: 1px;
}
.wp-admin.post-type-portfolio .is-root-container a:hover, .portfolio-single a:hover {
color: unset;
text-decoration-thickness: 1px;
}
.wp-admin.post-type-portfolio .is-root-container p,
.wp-admin.post-type-portfolio .is-root-container span,
.portfolio-single p,
@ -378,6 +390,13 @@
dispay: block;
}
.portfolio-header a {
color: var(--color-lol) !important;
text-decoration-line: underline;
text-underline-offset: 4px;
text-decoration-thickness: 1px;
}
.portfolio-header__cover{
position: absolute;
inset: 0px;

View File

@ -5,6 +5,11 @@
max-width: 100vw !important;
dispay: block;
a {
color: var(--color-lol) !important;
@apply underline underline-offset-4;
text-decoration-thickness: 1px;
}
&__cover {
@apply absolute inset-0 w-full !h-full object-cover;
z-index: -1;

View File

@ -15,6 +15,16 @@
}
}
a {
color: unset;
@apply underline underline-offset-4;
text-decoration-thickness: 1px;
&:hover {
color: unset;
text-decoration-thickness: 1px;
}
}
p,
span {
font-family: "Montserrat", sans-serif;