Commit 6c4e2462 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

attached css classes to login button

No related merge requests found
Pipeline #132 passed with stage
in 7 seconds
Showing with 2 additions and 0 deletions
+2 -0
...@@ -129,6 +129,8 @@ function head(){ ...@@ -129,6 +129,8 @@ function head(){
headlink.innerHTML="Account"; headlink.innerHTML="Account";
headlink.href="/account/"; headlink.href="/account/";
} }
headlink.classList.add("btn");
headlink.classList.add("btn-outline-dark");
} }
headitem.appendChild(headlink); headitem.appendChild(headlink);
navelements.appendChild(headitem); navelements.appendChild(headitem);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment