Skip to content

Commit

Permalink
feat: maslenica holiday
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanzh committed Mar 13, 2024
1 parent 5738c47 commit 25939c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,16 @@ a { color: var(--ui-accent-color); }
font-size: 24px;
}

.nav-special-link
{
padding: 4px 8px;
text-decoration: none;
border: 1px solid var(--special-0-color);
border-radius: 8px;
color: var(--special-0-color);
}


/* Nav */

.nav {
Expand Down
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<span class='logo-text'>Пропорцио</span>
</span>
</a>
<a class='nav-special-link' href='https://vk.com/@proportioapp-bliny' target='_blank'>Масленица!</a>
</header>
{% block page_nav %}
<nav class='nav'>
Expand Down

0 comments on commit 25939c5

Please sign in to comment.