diff --git a/apps/home/static/home/scss/index.scss b/apps/home/static/home/scss/index.scss index 7dbce44..21bda61 100644 --- a/apps/home/static/home/scss/index.scss +++ b/apps/home/static/home/scss/index.scss @@ -25,3 +25,12 @@ #serverTabs .nav-item .nav-link:not(.active) { color: var(--bs-text-body); } + +.act-as-link { + + color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); + text-decoration: none; + + &:hover { --bs-link-color-rgb: var(--bs-link-hover-color-rgb); } + +}