Update 2023-10-16 20:38 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2023-10-16 20:38:12 +02:00
parent b6614c970f
commit 3099736cd1
2 changed files with 4 additions and 1 deletions

View File

@ -60,7 +60,7 @@ local settings_chrome = require "settings_chrome"
settings.window.home_page = "luakit://newtab"
settings.window.scroll_step = 20
settings.window.zoom_step = 0.2
settings.webview.zoom_level = 150
settings.webview.zoom_level = 110
settings.window.close_with_last_tab = true
-- search engines

View File

@ -17,6 +17,9 @@
.footer-parent {
display: none !important;
}
.stickied {
display: none !important;
}
input, textarea, button {
background-color: #282828 !important;
}