diff options
Diffstat (limited to 'config/qutebrowser/startpage')
-rwxr-xr-x[-rw-r--r--] | config/qutebrowser/startpage/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/qutebrowser/startpage/index.html b/config/qutebrowser/startpage/index.html index b848797..05a074f 100644..100755 --- a/config/qutebrowser/startpage/index.html +++ b/config/qutebrowser/startpage/index.html @@ -3,14 +3,14 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel='stylesheet' type='text/css' href="style.css"> <title>startpage</title> <style> body { - height: 97.5vh; + height: 100vh; display: flex; align-items: center; - font: 12px monospace; + font-family: "JetBrains Mono"; + font-size: 11px; justify-content: center; background: #212121; color: #fff; |