Skip to content

Commit

Permalink
Add site data
Browse files Browse the repository at this point in the history
  • Loading branch information
jedevc committed Sep 27, 2020
1 parent 50cd4dd commit 32ba990
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added site/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions site/theme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<style id="theme-color">
:root {
--theme-color: #66acfd;
}
.navbar {
background-color: var(--theme-color) !important;
}
.jumbotron {
background-color: var(--theme-color) !important;
}
.navbar a {
color: #fff !important;
}
</style>

0 comments on commit 32ba990

Please sign in to comment.