body{background:#000;color:#fff;font-size:16px;font-weight:400;font-family:"Roboto Flex","Roboto",system-ui,sans-serif;margin-left:auto;margin-right:auto;width:660px;padding:8px}.mono{font-family:"JetBrains Mono",monospace;word-wrap:break-word}.nav{display:flex;justify-content:space-around;align-items:center;margin-bottom:8px;font-weight:600}.nav span{font-weight:800}.header{margin-top:0;padding-bottom:14px;margin-bottom:14px;border-bottom:1px dashed hsla(0,0%,100%,.25)}.header h1{font-size:28px;margin:0}.header .date{font-size:12px;font-weight:600;opacity:.9}h1{font-weight:800;font-size:20px}h2{font-weight:600;font-size:18px}h4,ul{margin-top:8px;margin-bottom:8px}ul{padding-left:1.5em}a,.user{text-decoration:none;color:hotpink;font-weight:600}a:hover{text-decoration:underline}.select-all{user-select:all}::selection{background:hotpink;color:#000}.entry{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.entry-title{font-size:28px;font-weight:800}.entry-excerpt{font-size:16px;opacity:.9}.entry-date{font-size:12px;font-weight:600}#ntfy-form{display:flex;flex-direction:column;gap:8px;align-items:right}#ntfy-form textarea{height:100px;font-family:"Roboto Flex","Roboto",system-ui,sans-serif;resize:none;border-radius:5px;border:2px solid hotpink;background-color:#000;color:#fff}#ntfy-form button{background-color:hotpink;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-family:"Roboto Flex","Roboto",system-ui,sans-serif;color:#000}@media(prefers-color-scheme: light){body{background:#fff;color:#000}::selection{color:#fff}.header{border-bottom:1px dashed rgba(0,0,0,.25)}#ntfy-form textarea{background-color:#fff;color:#000}}@media only screen and (max-width: 500px){body{width:unset}}