mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-21 19:13:03 +00:00
add copyright disclaimer
This commit is contained in:
parent
48ebca8d68
commit
cf7078cd52
2 changed files with 15 additions and 0 deletions
|
@ -114,6 +114,15 @@ a {
|
|||
font-size: small;
|
||||
}
|
||||
|
||||
.legal {
|
||||
color: grey;
|
||||
font-size: small;
|
||||
display: flex;
|
||||
margin: 0.25em;
|
||||
margin-left: 1.5em;
|
||||
margin-top: -0.5em;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #1c1b22;
|
||||
|
|
|
@ -41,6 +41,12 @@
|
|||
</div>
|
||||
<input type="checkbox" id="logging" name="logging" aria-describedby="logging-description" />
|
||||
</div>
|
||||
<div class="legal">
|
||||
<span
|
||||
>pronouns.page logo © Andrea Vos, Kolektyw „Rada Języka Neutralnego”, licensed under
|
||||
<a href="https://en.pronouns.page/license">OQL</a></span
|
||||
>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<button type="submit">Save</button>
|
||||
<button id="resetbutton" type="button">Reset Cache</button>
|
||||
|
|
Loading…
Reference in a new issue