Skip to content

Commit

Permalink
asda
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmylo committed Jul 27, 2024
1 parent d7563b5 commit 3741098
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions css/bootstrap.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1379,8 +1379,8 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff
color: #fff;
background-color: #151515
}

button,
Expand Down
4 changes: 2 additions & 2 deletions css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ a.accordion-toggle, a.accordion-collapsed {
}

.nav a {
color: #333;
color: #000;
display: block;
/*-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -369,7 +369,7 @@ background-color: #347DBE;
font-size: 12px;
line-height: 18px;
padding: 2px 10px;
background-color: #f1f1f1;
background-color: #dbdbdb;
}

.nav > li > a {
Expand Down
6 changes: 3 additions & 3 deletions css/theme-blue.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ h4 {color: #808080; }
}

.nav > li.active > a {
background-color: #347DBE;
background-color: #4d4d4d;
}

.nav > li > a:hover {
Expand All @@ -38,8 +38,8 @@ a[data-toggle="tooltip"] {
}

.navbar-inverse {
background-color: #347DBE;
border-color: #015CAE;
background-color: ##2D335E;;
border-color: #6B9FC8;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
color: white;
Expand Down

0 comments on commit 3741098

Please sign in to comment.