Add exampleSite and footer updates

This commit is contained in:
athul
2020-04-11 01:11:05 +05:30
parent 58d02550f1
commit dd1c9af419
21 changed files with 782 additions and 5 deletions

View File

@ -1,5 +1,4 @@
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=IBM+Plex+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@1,500&display=swap');
/* Markdown */
html {
@ -231,4 +230,11 @@ justify-content: space-between;
}
.tags a{
border-bottom: 3px solid blue;
}
svg{
max-height: 15px;
}
footer a:hover{
background-color: hotpink;
color: white;
}