Split styling into separate css file

This commit is contained in:
smitten 2023-07-25 11:58:54 -04:00
parent 3d790050af
commit 1aceb06022
Signed by untrusted user: smitten
GPG Key ID: 1DDD22F13552A07A
2 changed files with 13 additions and 13 deletions

View File

@ -0,0 +1,12 @@
body {
margin: 5rem;
}
main {
line-height: 1.5em;
margin: auto;
max-width: 50rem;
}
code {
background-color: #eee;
padding: 0.1rem;
}

View File

@ -15,20 +15,8 @@
<link rel="icon" href="/favicon.ico">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" type="text/css" href="/static/web-protocol-register.css" />
<style>
body {
margin: 5rem;
}
main {
line-height: 1.5em;
max-width: 50rem;
}
code {
background-color: #eee;
padding: 0.1rem;
}
</style>
</head>
<body>