Update web/static/app.css

This commit is contained in:
Joshua Laymon 2025-08-14 18:05:54 +00:00
parent d0e1c03a81
commit 4ba6e5deb6

View File

@ -417,27 +417,4 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
border-bottom: 1px solid rgba(229,231,235,.9);
}
<style>
.iod-card{
margin-top: 16px;
background:#fff;
border:1px solid var(--border);
border-radius:16px;
padding:18px 20px;
box-shadow:0 2px 10px rgba(0,0,0,.04);
}
.iod-header{
font-weight:700;
color:#0f172a;
margin-bottom:8px;
font-size:16px;
}
.iod-body{
color:#334155;
font-size:15px;
line-height:1.6;
white-space:pre-wrap;
}
</style>
}