Add font weight to menu
This commit is contained in:
parent
74b64ae6ce
commit
43b0733358
|
@ -21,7 +21,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="header" role="banner">
|
<header class="header" role="banner">
|
||||||
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
<nav class="navbar is-primary has-text-weight-semibold" role="navigation" aria-label="main navigation">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item" href="<%= url_for('/') %>">
|
<a class="navbar-item" href="<%= url_for('/') %>">
|
||||||
<img src="<%= url_for('/img/lufi.svg') %>" alt="Lufi logo">
|
<img src="<%= url_for('/img/lufi.svg') %>" alt="Lufi logo">
|
||||||
|
|
Loading…
Reference in New Issue