Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions app/app/src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ import { githubRepositoryUrl } from '~/site'
We use cookies for analytics purposes.
</p>
<ul>
<li><a href={githubRepositoryUrl} class="btn btn-primary btn-sm">Contribuez sur Github</a></li>
<li><a href="https://epidocs.eu/" class="btn btn-info btn-sm">Géré par Epidocs</a></li>
<!-- <li><a href="/tos" class="btn btn-primary btn-sm">Conditions générales</a></li> -->
<li><a href={githubRepositoryUrl} class="btn btn-primary btn-sm">Contribute in Github</a></li>
<li><a href="https://epidocs.eu/" class="btn btn-info btn-sm">Administered by Epidocs</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/app/src/layouts/Default.astro
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ body {
color: #fff;
}

a { color: #50a0f0 }
a:hover { color: #4080c0 }
a:not(.btn) { color: #50a0f0 }
a:not(.btn):hover { color: #4080c0 }

*:last-child { margin-bottom: 0 !important }
</style>
Expand Down
Loading