startpage

Simple text centric startpage
Log | Files | Refs | README

commit af6b62ed9bb1c7f8fa9d541e519e462d39f8ca9f
parent 082fa0eacc1fd053d7730065beed9cad02b5a866
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu, 12 Mar 2026 15:23:01 +0000

Add vignette background effect

Diffstat:
Mindex.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -14,6 +14,7 @@ .input-container:has(#prediction:not(:empty)) input{border-radius:.3rem .3rem 0 0} .input-container{position:relative;width:100%} body{width:56vw;margin:25vh auto;background-color:#2e3440;color:#d6dce8;overflow-y:hidden} + body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle, transparent 60%, #15151555 100%);} input{margin:2rem auto} li.highlight,li:hover{text-shadow:2px 2px 8px #fff;text-decoration:underline;cursor:pointer} li{width:fit-content;float:left;margin:.3rem 1rem .3rem 0}