diff --git a/css/gumby.css b/css/gumby.css index bf8c8db..df91530 100644 --- a/css/gumby.css +++ b/css/gumby.css @@ -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; } diff --git a/index.html b/index.html index 92e16bf..911a573 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ Docs -

Star it, fork it, Contribute to it.

+

Star it, fork it, Contribute to it.

diff --git a/sass/_custom.scss b/sass/_custom.scss index d29c38a..74c97b8 100644 --- a/sass/_custom.scss +++ b/sass/_custom.scss @@ -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; + } } \ No newline at end of file