Skip to content

Commit 3f3d08d

Browse files
committed
fixes
1 parent 69d6ddd commit 3f3d08d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

dist/css/app.css

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

less/app.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ body{
1818
// -webkit-font-smoothing: inherit;
1919
}
2020

21+
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
22+
background-color: none;
23+
color: black;
24+
}
2125
.navbar-default .navbar-brand{
2226
font-weight: bold;
2327
color: black;
@@ -31,7 +35,7 @@ body{
3135
.banner-jwt{
3236
position: relative;
3337
margin-top: 50px;
34-
padding: 20px;
38+
padding: 40px 20px;
3539
background: #EB5424;
3640
overflow: hidden;
3741
// background: linear-gradient(120deg, #14204d 0%, #3cc8f4 100%);

0 commit comments

Comments
 (0)