diff --git a/nodejs/public/css/styles.css b/nodejs/public/css/styles.css index 3f72d95..944633d 100755 --- a/nodejs/public/css/styles.css +++ b/nodejs/public/css/styles.css @@ -3,7 +3,7 @@ transition: all .4s ease; } -a:hover, button:hover, div.form-group:hover{ +a:hover, button:hover, div.form-group:hover, header nav a{ color: inherit; transition: all .4s ease; background-color: inherit; @@ -21,4 +21,8 @@ div.card-body{ .my-2 > a { padding-right: .5em; -} \ No newline at end of file +} + +header nav svg{ + margin-right: .4em +} diff --git a/nodejs/views/top.ejs b/nodejs/views/top.ejs index 2ea387c..f6f2c53 100755 --- a/nodejs/views/top.ejs +++ b/nodejs/views/top.ejs @@ -27,9 +27,9 @@
SSO Manager - Theta 42
Log Out