Add thumbnail to search

This commit is contained in:
Omar Roth
2018-01-07 11:43:13 -06:00
parent d65106d8b1
commit c4c1b43e5c
2 changed files with 21 additions and 1 deletions

9
assets/css/custom.css Normal file
View File

@@ -0,0 +1,9 @@
a.link {
color: #222;
text-decoration: none;
}
a:hover.link,
a:active.link {
color: #167ac6;
}