Fixed cards

This commit is contained in:
2018-07-11 22:10:18 -04:00
parent 4e736b198a
commit 3d0997422f
2 changed files with 35 additions and 13 deletions

View File

@ -12,6 +12,19 @@ body {
padding: 0;
}
a,
a:hover,
u,
u:hover,
.no-underline,
.no-underline:hover {
text-decoration: none;
}
.dark-hover:hover {
background-color: #f0f0f0;
}
.rainbow {
background: linear-gradient(to top, black, black, yellow, magenta, blue, blue);
-webkit-background-clip: text;