diff options
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |