diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-05 18:55:50 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-05 18:55:50 -0500 |
commit | a43e9f2e22bce97017aeb218838b16aab9390ee0 (patch) | |
tree | f319028187e135a8706a4cbac4c57ac27408574a /extension/src/index.css | |
parent | d57292d123f639362c4be1c61729460fa9cc2e8f (diff) | |
download | bookmarks-home-a43e9f2e22bce97017aeb218838b16aab9390ee0.tar.gz bookmarks-home-a43e9f2e22bce97017aeb218838b16aab9390ee0.tar.bz2 bookmarks-home-a43e9f2e22bce97017aeb218838b16aab9390ee0.zip |
Background URL option
Diffstat (limited to '')
-rw-r--r-- | extension/src/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extension/src/index.css b/extension/src/index.css index a0d71b1..ebaa37b 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -5,6 +5,7 @@ html { margin: 0; padding: 0; + height: 100% } body { @@ -13,6 +14,10 @@ body { font-family: sans-serif; margin: 0; padding: 0; + height: 100%; + background-position: center center; + background-repeat: no-repeat; + background-size: 100%; } #settings-menu { |