summaryrefslogtreecommitdiff
path: root/assets/css/pages/50x.css
blob: cc573de87e323cb8a93e6e4ce87230219c197ee5 (plain)
1
2
3
4
5
6
7
8
9
body{margin:0;background:#ffd;color:#000;font-family:system-ui,Segoe UI,Arial,sans-serif;line-height:1.6;}
    .wrap{max-width:960px;margin:0 auto;padding:1.35rem 1rem 2.5rem;}
    .card{border:1px solid #caa;border-radius:6px;padding:1rem;background:#ffd;}
    .top{display:flex;gap:12px;align-items:center;margin-bottom:1rem;}
    .top img{width:48px;height:48px;border:2px solid #000;border-radius:6px;}
    .top a:hover img{border-color:#d22;}
    a{color:#d22;text-decoration:none;transition:0.1s;}
    a:hover{background:#d22;color:#000 !important;}
    .muted{color:#333;font-size:.9rem;}