Add styling for the title if it will be a link as well

The title in the cards are now optionally clickable. If the `url`
attribute is passed to the square in the config then the title will be
clickable and will open that particular `url`.

If not `url` is passed, it will be a plain old heading without any
link.
This commit is contained in:
Deepjyoti Barman
2020-11-30 13:25:28 +05:30
parent 53198646bb
commit dc818bd2b5
2 changed files with 8 additions and 0 deletions

View File

@@ -143,6 +143,11 @@ body {
h4 {
font-size: 18px;
margin: 15px;
a {
color: inherit;
font-size: inherit;
}
}
&:hover {