This commit is contained in:
Trygve 2023-11-30 16:39:51 +01:00
parent 5a07358acb
commit f2f5838dfb
1 changed files with 11 additions and 4 deletions

View File

@ -7,13 +7,18 @@
<meta name="description" content="" /> <meta name="description" content="" />
<link rel="icon" href="favicon.png"> <link rel="icon" href="favicon.png">
<style> <style>
body { html {
background-color: black; background-color: black;
color: white; color: white;
font-family: "Noto Sans", "Liberation Sans","Trebuchet MS", Helvetica, sans-serif; font-family: "Noto Sans", "Liberation Sans","Trebuchet MS", Helvetica, sans-serif;
font-size: x-large; font-size: x-large;
text-align: center; text-align: center;
} }
@media screen and (max-width: 500px) {
body {
font-size: large;
}
}
a:link { a:link {
color: rgb(101, 163, 255); color: rgb(101, 163, 255);
} }
@ -35,15 +40,17 @@
margin-bottom: 0; margin-bottom: 0;
} }
p, ul { p, ul {
margin-top: 0 margin-top: 0;
padding: 0;
} }
.links { .links {
list-style: none; list-style: none;
} }
.logo { .logo {
height: 0.8em; height: 0.8em;
width: auto; width: auto;
margin-right: 0.2em; margin-right: 0.2em;
vertical-align: middle;
} }
</style> </style>
</head> </head>
@ -60,6 +67,6 @@
<li><a href="https://trygve.me/phpsysinfo">Server status</a></li> <li><a href="https://trygve.me/phpsysinfo">Server status</a></li>
</ul> </ul>
<h3>Kontakt meg :)</h3> <h3>Kontakt meg :)</h3>
<p>epost: <a href="mailto:trygve@posteo.no">posteo.no</a> matrix: <a href="https://matrix.to/#/@trygve:trygve.net">@trygve:trygve.net</a></p> <p>epost: <a href="mailto:trygve@posteo.no">trygve@posteo.no</a> matrix: <a href="https://matrix.to/#/@trygve:trygve.net">@trygve:trygve.net</a></p>
</body> </body>
</html> </html>