forked from AkkomaGang/akkoma
Split styling into separate css file
This commit is contained in:
parent
3d790050af
commit
1aceb06022
2 changed files with 13 additions and 13 deletions
12
priv/static/instance/web-protocol-register.css
Normal file
12
priv/static/instance/web-protocol-register.css
Normal 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;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue