Update styles.css
This commit is contained in:
parent
b6252bf6b6
commit
33925ad9f9
1 changed files with 2 additions and 2 deletions
|
@ -65,13 +65,13 @@
|
|||
}
|
||||
|
||||
.navbar-brand {
|
||||
color: #ffbbbb !important; /* change the text color */
|
||||
color: rgba(255, 255, 255, 0.8) !important; /* change the text color */
|
||||
margin: 0 auto; /* center the brand name */
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.navbar-info {
|
||||
color: #dddddd !important; /* change the text color */
|
||||
color: rgba(255, 255, 255, 0.8) !important; /* change the text color */
|
||||
margin: 0 auto; /* center the brand name */
|
||||
font-size: 1.2em;
|
||||
display: block !important;
|
||||
|
|
Loading…
Reference in a new issue