diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-09-21 00:25:04 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-09-21 00:25:04 -0400 |
commit | 467116bc270cc3a46f9a7570f77ec79fb6ccc386 (patch) | |
tree | bb72649e216f68b67753c7658b77ecd4076bb364 /extension | |
parent | f8338b90dac9c048df2fedceb0984f5a5728d454 (diff) | |
download | bookmarks-home-467116bc270cc3a46f9a7570f77ec79fb6ccc386.tar.gz bookmarks-home-467116bc270cc3a46f9a7570f77ec79fb6ccc386.tar.bz2 bookmarks-home-467116bc270cc3a46f9a7570f77ec79fb6ccc386.zip |
add stylesheet and second icon design
Diffstat (limited to 'extension')
-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 |