From 0acf4e0774e0daeed2c386e4d9c0ac36da70a244 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Mon, 5 Sep 2016 19:55:53 +0200 Subject: you can now search by name --- public/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/stylesheets') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 432b4e1..e1b19cb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -11,6 +11,12 @@ html, body { height: 100vh; } +.other { + color: gray; + font-style: italic; + margin-left: 5px; +} + #search { background-color: #F44336; margin: 0 auto; -- cgit v1.1