update random files
This commit is contained in:
parent
2ec81f782b
commit
81672f11b7
5 changed files with 11 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"m.homeserver": {
|
"m.homeserver": {
|
||||||
"base_url": "https://celery.eu.org"
|
"base_url": "https://matrix.celery.eu.org"
|
||||||
},
|
},
|
||||||
"org.matrix.msc3575.proxy": {
|
"org.matrix.msc3575.proxy": {
|
||||||
"url": "https://celery.eu.org"
|
"url": "https://matrix.celery.eu.org"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"m.server": "celery.eu.org:443"
|
"m.server": "matrix.celery.eu.org:443"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: STSv1
|
version: STSv1
|
||||||
mode: enforce
|
mode: enforce
|
||||||
max_age: 86400
|
max_age: 86400
|
||||||
mx: celery.eu.org
|
mx: mail.celery.eu.org
|
||||||
|
|
|
@ -22,6 +22,7 @@ header {
|
||||||
padding: 114px max(calc(50vw - 300px), 16px) 16px;
|
padding: 114px max(calc(50vw - 300px), 16px) 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* works well enough but does cause issues */
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
margin-bottom: -8px;
|
margin-bottom: -8px;
|
||||||
|
@ -99,3 +100,8 @@ kbd {
|
||||||
border: solid #3a3a3a 1px;
|
border: solid #3a3a3a 1px;
|
||||||
box-shadow: 1px 1px #2f2f2f;
|
box-shadow: 1px 1px #2f2f2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
article h1, article h2, article h3, article h4 {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
|
@ -10,5 +10,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="canvas"></canvas>
|
<canvas id="canvas"></canvas>
|
||||||
|
<i>dont worry about it, everything will be fixed soon™</i>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue