From c1bc5993a694f6fd047a3881351827058042483b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sat, 13 Mar 2021 15:28:29 +0100 Subject: Use routify and GraphQL server --- src/components/glyph/glyph.svelte | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/glyph') diff --git a/src/components/glyph/glyph.svelte b/src/components/glyph/glyph.svelte index e4b9166..98d1c6e 100644 --- a/src/components/glyph/glyph.svelte +++ b/src/components/glyph/glyph.svelte @@ -21,6 +21,8 @@ height: 48px; margin-top: 5px; width: 48px; + background-color: white; + padding: 2px; } span { -- cgit