Update web/static/app.css
This commit is contained in:
parent
81ff6d9f15
commit
3882da0dfd
@ -417,4 +417,27 @@ 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>
|
||||
Loading…
Reference in New Issue
Block a user