diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-13 15:28:29 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-13 15:28:29 +0100 |
| commit | c1bc5993a694f6fd047a3881351827058042483b (patch) | |
| tree | 3d64130e1e6a2f86f70981df28cf22cd535bf2b2 /src/components/glyph | |
| parent | bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6 (diff) | |
Use routify and GraphQL server
Diffstat (limited to 'src/components/glyph')
| -rw-r--r-- | src/components/glyph/glyph.svelte | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |