feat: make site policy actually useful (totally didnt forget to commit this)

This commit is contained in:
kittentm 2026-04-25 17:12:32 +02:00
commit e02f9154a9
Signed by: kitten
GPG key ID: 394B4EABE4405A83
2 changed files with 84 additions and 49 deletions

View file

@ -115,4 +115,39 @@ body {
.text-link::selection {
text-decoration: underline;
}
.ietf-meta {
margin-bottom: 20px;
line-height: 1.4;
font-family: monospace;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
background: rgba(255, 255, 255, 0.1);
padding: 15px;
border-radius: 5px;
font-family: monospace;
color: #fff;
overflow-x: auto;
}
table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
th, td {
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 8px;
text-align: left;
}
.author-address {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}