Skip to content

Commit

Permalink
increase footer text contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassth committed Oct 17, 2024
1 parent 708b232 commit 4eb7c20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 5 additions & 4 deletions client-participation/js/templates/link-TOS-partial.handlebars
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{{!-- Copyright (C) 2012-present, The Authors. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --}}
{{! Copyright (C) 2012-present, The Authors. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. }}

<a
href="http://pol.is/tos"
target="_blank"
style="
font-family: Georgia;
color: rgb(150,150,150);
color: rgb(87,87,87);
font-size: 18px;
letter-spacing: 2px;">
letter-spacing: 2px;"
>
{{s.TOS}}
</a>
</a>
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{{!-- Copyright (C) 2012-present, The Authors. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. --}}
{{! Copyright (C) 2012-present, The Authors. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. }}

<a
href="http://pol.is/privacy"
target="_blank"
style="
font-family: Georgia;
color: rgb(150,150,150);
color: rgb(87,87,87);
font-size: 18px;
letter-spacing: 2px;
margin-inline-end: 5px;
">{{s.privacy}}</a>
"
>{{s.privacy}}</a>

0 comments on commit 4eb7c20

Please sign in to comment.