Skip to content

Commit

Permalink
Very important style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
07joshua03 committed Aug 23, 2023
1 parent 1b30041 commit 1368589
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 313 deletions.
24 changes: 24 additions & 0 deletions dienst2/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,27 @@
.committees {
font-size: 12px;
}

.navbar {
background-color: #1e274a;
}

#navbar {
background-color: #1e274a;
}

.fa-5x {
color: #1e274a;
}

.fa-5x:hover {
color: #394576;
}

a {
color: #1e274a;
}

a:hover {
color: #394576;
}
Loading

0 comments on commit 1368589

Please sign in to comment.