nixos-config/pkgs/contact-page/src/style.css
Simon Bruder 10b8d432d5
Relicense
This applies the REUSE specification to the repository, so the licensing
information can be tracked for every file individually.
2024-01-13 14:39:22 +01:00

41 lines
630 B
CSS

/*
* SPDX-FileCopyrightText: 2021-2022 Simon Bruder <simon@sbruder.de>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
body {
font-family: "PT Sans", "Helvetica", "Helvetica Neue", "Roboto", "Arimo", "Arial", sans-serif;
margin: 0px;
}
.container {
max-width: 500px;
margin: 0 auto;
padding: 0 1rem;
min-height: 100vh;
display: flex;
flex-direction: column;
}
tr td:first-child::after {
content: ":";
}
a {
text-decoration: none;
color: inherit;
font-weight: 600;
}
.fineprint {
font-size: .75rem;
margin-top: auto;
}
.forbiddenword.processed {
font-family: "Comic Sans MS", cursive;
}