Skip to content
Merged
Changes from 1 commit
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
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="./" style="cursor: pointer; text-decoration: none; outline-offset: 6px;">
<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