mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Update AMP template with accent color if available
This commit is contained in:
parent
e676e26442
commit
bdc4d4a0d4
@ -130,7 +130,7 @@
|
||||
}
|
||||
|
||||
a {
|
||||
color: #1292EE;
|
||||
color: var(--ghost-accent-color, #1292EE);
|
||||
text-decoration-skip-ink: auto;
|
||||
}
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 0.3rem;
|
||||
background: #000;
|
||||
background: var(--ghost-accent-color, #1292EE);
|
||||
}
|
||||
|
||||
.post-content :not(.kg-card):not([id]) + .kg-card {
|
||||
@ -309,7 +309,7 @@
|
||||
font-weight: 400;
|
||||
font-size: 0.9em;
|
||||
line-height: 1em;
|
||||
color: #dc0050;
|
||||
color: #15171a;
|
||||
background: #f0f6f9;
|
||||
border-radius: 0.25em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user