Skip to content

Commit

Permalink
refactor: More dark theme
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 4, 2023
1 parent f54f946 commit 685aaa9
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions cmd/fibr/static/images/favicon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#3b3b3b",
"background_color": "#3b3b3b",
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}
6 changes: 3 additions & 3 deletions cmd/fibr/static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
--primary: royalblue;
--success: limegreen;
--danger: crimson;
--dark: #272727;
--grey: #3b3b3b;
--white: aliceblue;
--dark: #000000;
--grey: #272727;
--white: silver;

--icon-size: 2.4rem;
--icon-large: 4.8rem;
Expand Down
2 changes: 1 addition & 1 deletion cmd/fibr/static/styles/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmd/fibr/templates/favicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<link rel="icon" type="image/png" sizes="16x16" href="{{ url "/images/favicon/favicon-16x16.png" }}?v={{ .Version }}">
<link rel="manifest" href="{{ url "/images/favicon/manifest.json" }}?v={{ .Version }}">
<link rel="mask-icon" href="{{ url "/images/favicon/safari-pinned-tab.svg" }}?v={{ .Version }}" color="#5bbad5">
<meta name="theme-color" content="#3b3b3b">
<meta name="apple-mobile-web-app-status-bar-style" content="#3b3b3b">
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">
{{ end }}
Loading

0 comments on commit 685aaa9

Please sign in to comment.