diff options
author | Süleyman Fərəcli <suleyman@farajli.net> | 2025-06-19 01:19:02 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-19 01:19:02 +0400 |
commit | 4d14ace3c5180ec0827408c1222cb35fe27cf484 (patch) | |
tree | 5e0caad138af71bdb2d9c524b0f6fff87eee4443 /config/qutebrowser/startpage/index.html | |
parent | 1eb90cf48629b8dfc0182cbe38b34c8082f4dc40 (diff) | |
parent | 4210338b4166f8f1c16bf30e72a69e11c098eea8 (diff) |
Merge pull request #9 from sfarajli/dev
Dev
Diffstat (limited to 'config/qutebrowser/startpage/index.html')
-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; |