Skip to content

Commit c059b5b

Browse files
authored
Merge branch 'main' into f_pre-commit
2 parents 8053fa1 + aa9fb45 commit c059b5b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[![Discuss at #website:ansible.com on Matrix](https://img.shields.io/matrix/website:ansible.com.svg?server_fqdn=ansible-accounts.ems.host&label=Discuss%20at%20%23website:ansible.com&logo=matrix)](https://matrix.to/#/#website:ansible.com)
22

3-
This repository contains the assets required to build the Ansible Community website. Welcome!
3+
This repository contains the assets required to build the Ansible Community website, [docs.ansible.com](https://docs.ansible.com). Welcome!
44

5-
See the WIP site at [https://ansible-community-website.readthedocs.io/](https://ansible-community-website.readthedocs.io/)
65

76
## Contributing to the website
87

themes/ansible-community/sass/_colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$white: #ffffff;
22
$black: #000000;
33
$pool: #5cbec1;
4+
$light-pool: #C7E2E4;
45
$banner: #51a4aaff;
56
$cyan: #004080;
67
$navy: #102441;

themes/ansible-community/sass/_top-banner.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,15 @@
88
z-index: 9999;
99
font-size: $font-md;
1010
line-height: 1.4;
11+
a {
12+
color: $white !important;
13+
font-weight: bold;
14+
text-decoration: underline;
15+
text-decoration-color: $light-pool !important;
16+
text-underline-offset: 0.2rem;
17+
&:hover {
18+
text-decoration-color: $white !important;
19+
}
20+
}
1121
}
22+

0 commit comments

Comments
 (0)