add stuff to license page :3

This commit is contained in:
ashley 2025-09-28 00:14:18 +02:00
parent 5eaa707f53
commit 5025d1d364

View File

@ -43,8 +43,6 @@
<link href="/css/app.main.css?v=44600" rel="stylesheet"> <link href="/css/app.main.css?v=44600" rel="stylesheet">
<link href="https://fonts.bunny.net/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel="stylesheet"> <link href="https://fonts.bunny.net/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel="stylesheet">
<style> <style>
:root{color-scheme:dark} :root{color-scheme:dark}
body{color:#fff} body{color:#fff}
body { body {
@ -55,7 +53,7 @@
a{color:#0ab7f0} a{color:#0ab7f0}
.app{max-width:1000px;margin:0 auto;padding:24px} .app{max-width:1000px;margin:0 auto;padding:24px}
p{ font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans", sans-serif; } p{ font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans", sans-serif; }
body,h1,h2{font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans"} ul{font-family:"poketube flex";font-weight: 500;font-stretch: extra-expanded;}
h2 { h2 {
font-family:"poketube flex", sans-serif; font-family:"poketube flex", sans-serif;
font-weight:700; font-weight:700;
@ -64,7 +62,7 @@
h1 { h1 {
font-family:"poketube flex", sans-serif; font-family:"poketube flex", sans-serif;
font-weight:1000; font-weight:1000;
font-stretch:extra-expanded; font-stretch:ultra-expanded;
} }
.toc{margin:1rem 0 2rem} .toc{margin:1rem 0 2rem}
.toc li{margin:.25rem 0} .toc li{margin:.25rem 0}
@ -74,6 +72,7 @@
} }
hr{border:0;border-top:1px solid #222;margin:28px 0} hr{border:0;border-top:1px solid #222;margin:28px 0}
.note{color:#bbb;font-size:.95rem} .note{color:#bbb;font-size:.95rem}
</style> </style>
</head> </head>