summaryrefslogtreecommitdiff
path: root/assets/css/pages/404.css
blob: 7939cc135d4639d6b58401d96d301adf37603311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Minimal fallback if CSS fails to load */
    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;}
    .links{margin:1rem 0 0 0;}
    .links a{display:inline-block;margin:0 .25rem .5rem 0;padding:2px 4px;border-radius:4px;}