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

attached css classes to login button

parent cc03eb4d
Pipeline #132 passed with stage
in 7 seconds
...@@ -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);
......
Markdown is supported
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