1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-04 20:37:46 +02:00

make the disclaimer text links

This commit is contained in:
Karan Misra 2014-04-13 23:03:47 +05:30
parent c91518ae97
commit d75eab4d1e
3 changed files with 14 additions and 1 deletions

View file

@ -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;
}
}