This commit is contained in:
parent
c31174bb4f
commit
9b1d70c0f5
19
css/app.css
19
css/app.css
|
|
@ -143,6 +143,18 @@
|
||||||
content: var(--tw-content);
|
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 p,
|
||||||
.wp-admin.post-type-portfolio .is-root-container span,
|
.wp-admin.post-type-portfolio .is-root-container span,
|
||||||
.portfolio-single p,
|
.portfolio-single p,
|
||||||
|
|
@ -378,6 +390,13 @@
|
||||||
dispay: block;
|
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{
|
.portfolio-header__cover{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0px;
|
inset: 0px;
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,11 @@
|
||||||
max-width: 100vw !important;
|
max-width: 100vw !important;
|
||||||
dispay: block;
|
dispay: block;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--color-lol) !important;
|
||||||
|
@apply underline underline-offset-4;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
}
|
||||||
&__cover {
|
&__cover {
|
||||||
@apply absolute inset-0 w-full !h-full object-cover;
|
@apply absolute inset-0 w-full !h-full object-cover;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: unset;
|
||||||
|
@apply underline underline-offset-4;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
&:hover {
|
||||||
|
color: unset;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
span {
|
span {
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", sans-serif;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user