Fix Github LinkItem color and LinkItem width
This commit is contained in:
parent
dc6b12fc7a
commit
cdf3b8afb6
3 changed files with 7 additions and 7 deletions
|
|
@ -67,5 +67,10 @@
|
||||||
|
|
||||||
.LinkItem {
|
.LinkItem {
|
||||||
max-width: calc($width / 3 * 2);
|
max-width: calc($width / 3 * 2);
|
||||||
|
|
||||||
|
@include breakpoint(phone) {
|
||||||
|
max-width: inherit;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ const RoadmapPage = () => {
|
||||||
<section className="notes">
|
<section className="notes">
|
||||||
<p>{about('roadmap.blurb')}</p>
|
<p>{about('roadmap.blurb')}</p>
|
||||||
<p>{about('roadmap.link.intro')}</p>
|
<p>{about('roadmap.link.intro')}</p>
|
||||||
<div className="LinkItem">
|
<div className="Github LinkItem">
|
||||||
<Link href="https://github.com/users/jedmund/projects/1/views/3">
|
<Link href="https://github.com/users/jedmund/projects/1/views/3">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/users/jedmund/projects/1/views/3"
|
href="https://github.com/users/jedmund/projects/1/views/3"
|
||||||
|
|
|
||||||
|
|
@ -167,14 +167,9 @@ select {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.Github {
|
&.Github {
|
||||||
.Left svg {
|
|
||||||
background: white;
|
|
||||||
border-radius: calc($diameter / 2);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.Left svg {
|
.Left svg {
|
||||||
fill: #6e5494;
|
fill: var(--text-primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue