We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166fe3c commit 0b63677Copy full SHA for 0b63677
src/style.css
@@ -37,6 +37,11 @@ body {
37
color: #0d0d0d;
38
}
39
40
+.navbar-brand a {
41
+ text-decoration: none;
42
+ outline-offset: 8px;
43
+}
44
+
45
.nav-link svg {
46
vertical-align: middle;
47
margin-top: -4.5px;
templates/base.html.jinja
@@ -17,7 +17,7 @@
17
<nav class="navbar navbar-expand-md fixed-top">
18
19
<div class="navbar-brand">
20
- <a href="./" style="all: unset; cursor: pointer;">
+ <a href="./">
21
<img src="logo.png" style="height: 2rem;" alt="Python logo">
22
<span style="font-size: 1.25rem; font-weight: 700; color: #4a4a4a">Translation Dashboard</span>
23
</a>
0 commit comments