mirror of
https://github.com/kidoman/embd
synced 2025-03-29 11:01:10 +01:00
make the disclaimer text links
This commit is contained in:
parent
c91518ae97
commit
d75eab4d1e
@ -2050,3 +2050,6 @@ h1.logo { font-family: "Roboto", sans-serif; }
|
||||
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
||||
|
||||
h4.signup-subtitle a, h4.signup-subtitle a:hover { color: #fff; }
|
||||
|
||||
.hs-disclaimer a { color: #fff; }
|
||||
.hs-disclaimer a:hover { text-decoration: underline; }
|
||||
|
@ -39,7 +39,7 @@
|
||||
<a href="#" class="skip btn-side btn-docs" gumby-goto="#demo">Demo</a>
|
||||
<a href="http://godoc.org/github.com/kidoman/embd" class="btn-side">Docs</a>
|
||||
|
||||
<p class="hs-disclaimer"><strong>Star</strong> it, <strong>fork</strong> it, <strong>Contribute</strong> to it.</p>
|
||||
<p class="hs-disclaimer"><a href="https://github.com/kidoman/embd"><strong>Star</strong></a> it, <a href="https://github.com/kidoman/embd"><strong>fork</strong></a> it, <a href="https://github.com/kidoman/embd"><strong>Contribute</strong></a> to it.</p>
|
||||
</form>
|
||||
<div class="catch-errors-top"></div>
|
||||
</div>
|
||||
|
@ -1347,4 +1347,14 @@ h1.logo {
|
||||
|
||||
h4.signup-subtitle a, h4.signup-subtitle a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.hs-disclaimer {
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user