fix video outline, add link to label section

This commit is contained in:
Nicolas Constant 2020-04-21 19:50:47 -04:00
parent df7e6c0d1f
commit de0c7b1761
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
3 changed files with 33 additions and 3 deletions

View File

@ -201,6 +201,17 @@ body {
.quick-overview__video {
width: 100%;
height: 492; } }
.quick-overview__video:focus {
background: none;
border: 0px;
outline: none; }
.link {
color: black; }
.link:visited, .link:focus {
color: black; }
.link:hover {
color: grey; }
.functionalities__row {
max-width: 100rem; }

View File

@ -71,6 +71,24 @@
width: 100%;
height: 492;
}
&:focus {
background: none;
border: 0px;
outline: none;
}
}
}
.link {
color: black;
&:visited, &:focus {
color: black;
}
&:hover {
color: grey;
}
}
@ -84,7 +102,7 @@
display: block;
margin: auto;
font-weight: 400;
font-size: 2rem;
font-size: 2rem;
text-align: center;
padding: 7rem 5rem 0 5rem;

View File

@ -159,8 +159,9 @@
<div class="row functionalities__row">
<div class="col-1-of-2">
<p class="functionalities__text">
Get a quick insight if a status is part of a thread, has replies, is from a bot, is old or was
cross-posted (limited to local TL), is remotely fetched.
Get a quick insight if a status is part of a thread, has replies, is from a bot, is old, is
cross-posted (limited to local TL) or is remotely fetched.<br/>
<a href="https://github.com/NicolasConstant/sengi/wiki/Labels" class="link">more details</a>
</p>
</div>
<div class="col-1-of-2">