Skip to content

Commit 5075f49

Browse files
committed
Semibold dat .navbar .brand
1 parent ac3c907 commit 5075f49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/assets/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,7 @@ button.close {
29772977
display: inline-block;
29782978
padding: 7px 15px;
29792979
font-size: 18px;
2980-
font-weight: bold;
2980+
font-weight: 500;
29812981
line-height: 20px;
29822982
color: #777777;
29832983
}

less/navbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
display: inline-block;
7373
padding: 7px 15px;
7474
font-size: 18px;
75-
font-weight: bold;
75+
font-weight: 500;
7676
line-height: @line-height-base;
7777
color: @navbar-brand-color;
7878
&:hover {

0 commit comments

Comments
 (0)