#28 added tabindex for "home"
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-11-02 23:43:19 +01:00
committed by Giovanni Harting
parent f57d4d941c
commit ed6c6e799a
4 changed files with 42 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="footer bg-secondary text-center pt-5 pb-4">
<div class="icons pb-4">
<a aria-label="Git Link" class="text-white" href="https://git.harting.dev/CSGOWTF" target="_blank">
<a aria-label="Git Link" class="gitea text-white" href="https://git.harting.dev/CSGOWTF" target="_blank">
<!-- <i class="bi bi-github"></i>-->
<img alt="Gitea Icon" src="../assets/images/icons/gitea.svg">
</a>
@@ -31,6 +31,18 @@ export default {
height: 35px;
}
a:not(.gitea):focus,
a:not(.gitea):hover {
outline: none;
box-shadow: 0 4px 2px -2px var(--bs-warning);
}
.gitea:focus,
.gitea:hover {
outline: none;
filter: brightness(0.4) sepia(1) hue-rotate(15deg) saturate(2);
}
p {
font-size: .85rem;
}