mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-22 03:23:02 +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;
|
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) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: #1c1b22;
|
background-color: #1c1b22;
|
||||||
|
|
|
@ -41,6 +41,12 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="checkbox" id="logging" name="logging" aria-describedby="logging-description" />
|
<input type="checkbox" id="logging" name="logging" aria-describedby="logging-description" />
|
||||||
</div>
|
</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">
|
<div class="footer">
|
||||||
<button type="submit">Save</button>
|
<button type="submit">Save</button>
|
||||||
<button id="resetbutton" type="button">Reset Cache</button>
|
<button id="resetbutton" type="button">Reset Cache</button>
|
||||||
|
|
Loading…
Reference in a new issue