diff options
Diffstat (limited to 'extension/style.css')
-rw-r--r-- | extension/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extension/style.css b/extension/style.css new file mode 100644 index 0000000..1900986 --- /dev/null +++ b/extension/style.css @@ -0,0 +1,13 @@ +body, html { + padding: 0; + margin: 0; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + font-family: 'Montserrat', sans-serif; + color: white; + background-color: #393939; +}
\ No newline at end of file |