Skip to content

Commit

Permalink
Hacked a way to link dashed line to Get Started (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerweb authored Sep 15, 2023
1 parent 7e5e7bf commit 41f49d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<a class="igalia logo home" href="/"><img src="/assets/img/logo-blue.svg" alt="WPE"></a>
<ul class="{{ page.url | topLevel | replace: "/","" }} off">
{%- for link in menu -%}
{%- assign pagedir = page.url -%}
{%- if page.url != '/about/explore-wpe.html' -%}
{%- assign pagedir = page.url | topLevel -%}
{%- endif -%}
<li{% if link.url == pagedir %} class="currentPage"{% endif %}>
<a class="{{ link.class | default: 'nav-link' }}" href="{{ link.url | default: '#' }}">{{ link.title }}</a>
</li>
Expand Down
4 changes: 4 additions & 0 deletions css/v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ ul.arrows li::before {
text-decoration: none;
filter: none;
}
.currentPage .cta.btn {
box-shadow: none;
}


.global a.igalia.logo.home {
transform: translateX(10px);
Expand Down

0 comments on commit 41f49d7

Please sign in to comment.