Skip to content

Commit

Permalink
navbar font color adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
stallingerl committed Apr 16, 2021
1 parent 2406c7a commit 62181e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 51 deletions.
2 changes: 1 addition & 1 deletion ui/app/components/Jumbo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Jumbo = ({
</h1>

{
// <h4>{tagline}</h4>
<h4>{tagline}</h4>
}

<div id='actions'>
Expand Down
47 changes: 0 additions & 47 deletions ui/public/theme/logo.svg

This file was deleted.

7 changes: 4 additions & 3 deletions ui/public/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,20 @@ h1, h3, h4, div, p, a, td, span, body {
z-index: index 100;
background-color: #0b3e74;
font: bolder;
color: aliceblue;
}

#navbar-brand {
#navbar a {
color: white;
font: bolder;
color: aliceblue;
font-family: 'Barlow', sans-serif;
}

#navbar img {
max-width: 20px;
margin: 5px;
}


.badge-chain {
text-transform: uppercase;
}
Expand Down

0 comments on commit 62181e9

Please sign in to comment.