Skip to content

Commit

Permalink
Merge pull request #348 from WISVCH/new-huisstijl
Browse files Browse the repository at this point in the history
Very important style changes
  • Loading branch information
JoepdeJong authored Oct 12, 2023
2 parents 8252a76 + d224804 commit 3f46599
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 315 deletions.
7 changes: 5 additions & 2 deletions dienst2/static/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ td.original p {
padding-top: 0 !important;
}

.module, .inline-group {
.module,
.inline-group {
border-color: #0b3365 !important;
}

.module h2, .module caption, .inline-group h2 {
.module h2,
.module caption,
.inline-group h2 {
background: #0e4385;
}
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 3f46599

Please sign in to comment.