Update styles.css

This commit is contained in:
Ralf Stockmann 2023-05-19 16:17:17 +02:00 committed by GitHub
parent b6252bf6b6
commit 33925ad9f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;