stagit~ Unnamed repository; edit this file 'description' to name the repository. |
| log | files | refs | archive | README | LICENSE |
| commit f72dca026e061970743f8cb36545d79df030a4c2
parent 363d1e95943d0e81cb8ff5d7ee27fec5baacd31b Author: djnn <email@djnn.sh> Date: Wed, 5 Nov 2025 22:46:14 +0100 removing styles update Diffstat:
|
| 1 file changed, 1 insertion(+), 6 deletions(-) |
diff --git a/assets/style.css b/assets/style.css @@ -53,12 +53,7 @@ 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{ - width: 33.33%; - margin: 0 auto; - box-sizing: border-box; - text-align:left -} +#blob{text-align:left} #blob a{color:#555} #blob a:hover{color:var(--accent);text-decoration:none} #blob a:target{color:#eee} |