Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ body {
color: #0d0d0d;
}

.navbar-brand a {
text-decoration: none;
outline-offset: 8px;
}

.nav-link svg {
vertical-align: middle;
margin-top: -4.5px;
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<nav class="navbar navbar-expand-md fixed-top">

<div class="navbar-brand">
<a href="./" style="all: unset; cursor: pointer;">
<a href="./">
<img src="logo.png" style="height: 2rem;" alt="Python logo">
<span style="font-size: 1.25rem; font-weight: 700; color: #4a4a4a">Translation Dashboard</span>
</a>
Expand Down
Loading