Skip to content

Commit

Permalink
Merge pull request #115 from felixxm/accessibility
Browse files Browse the repository at this point in the history
Fixed some accessibility issues.
  • Loading branch information
noahalorwu committed Oct 24, 2023
2 parents 4f365b9 + 093bc91 commit 855dc56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _includes/hero.html
Expand Up @@ -6,7 +6,7 @@
</div>

<div class="description">
<img src="/static/img/site/arrow.svg" />
<img src="/static/img/site/arrow.svg" aria-hidden="true"/>
<div class="text">
Six days of talks, workshops, education and collaboration with the international Django community.
</div>
Expand All @@ -22,4 +22,4 @@
style="color: #e87155;" href="https://goo.gl/maps/yoDQFFxQhhEjgHDh9">{{
site.location }}</a></strong></p>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/nav.html
Expand Up @@ -33,7 +33,7 @@
<li class="menu__item menu__item--has-sublinks">
<div class="menu__item-container">
<a class="menu__link menu__link--expandable" aria-expanded="false">{{ item.name }}</a>
<div class="menu__dropdown-icon">
<div class="menu__dropdown-icon" aria-hidden="true">
<svg width="11" height="17" viewBox="0 0 11 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L9 8.5L1 16" stroke="black" stroke-width="1.5" />
</svg>
Expand Down
8 changes: 4 additions & 4 deletions static/css/style.css
Expand Up @@ -718,7 +718,7 @@ ul {
margin-top: 50px;
font-family: "southAfrica";
font-weight: 700;
color: #e87155;
color: #b9563f;
font-size: 30px;
line-height: 39px;
}
Expand Down Expand Up @@ -984,7 +984,7 @@ ul {
margin-bottom: 20px !important;
font-family: "Circular Std";
font-size: 15px;
color: #e87155;
color: #b9563f;
}

.news-excerpt {
Expand Down Expand Up @@ -1422,7 +1422,7 @@ ul {
font-weight: 400;
font-size: 10px;
line-height: 30px;
color: #e87155;
color: #b9563f;
overflow-wrap: break-word;
}

Expand Down Expand Up @@ -1842,4 +1842,4 @@ ul {
}

img.captioned {margin-bottom: 0}
span.caption {font-style: italic; font-size: 80%}
span.caption {font-style: italic; font-size: 80%}

0 comments on commit 855dc56

Please sign in to comment.