stagit~ Unnamed repository; edit this file 'description' to name the repository. |
| log | files | refs | archive | README | LICENSE |
| commit 2cb5f0cd1a774fddb91310706ec7080566660723
parent fddb515a8bc3da6e941921ee5af7e7c8b92f0e19 Author: djnn <email@djnn.sh> Date: Wed, 5 Nov 2025 22:36:02 +0100 update styles Diffstat:
|
| 1 file changed, 6 insertions(+), 1 deletion(-) |
diff --git a/assets/style.css b/assets/style.css @@ -53,7 +53,12 @@ img{max-width:800px} .container{border:1px solid var(--border);border-radius:5px;padding-top:10px;padding-bottom:10px;overflow-x:auto} .desc{color:var(--muted)} td.num{text-align:right} -#blob{text-align:left} +#blob{ + width: 33.33%; + margin: 0 auto; + box-sizing: border-box; + text-align:left +} #blob a{color:#555} #blob a:hover{color:var(--accent);text-decoration:none} #blob a:target{color:#eee} |