Skip to content

Commit

Permalink
Merge pull request #532 from SamR1/fix-footer-color-on-dark-mode
Browse files Browse the repository at this point in the history
Fix footer color on dark mode
  • Loading branch information
SamR1 authored Apr 28, 2024
2 parents 033e82f + aed4aa1 commit 2be2048
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fittrackee/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<link rel="stylesheet" href="/static/css/fork-awesome.min.css"/>
<link rel="stylesheet" href="/static/css/leaflet.css"/>
<title>FitTrackee</title>
<script type="module" crossorigin src="/static/index-DSugLh89.js"></script>
<script type="module" crossorigin src="/static/index-mFqRURwh.js"></script>
<link rel="modulepreload" crossorigin href="/static/charts-DGASXVto.js">
<link rel="modulepreload" crossorigin href="/static/maps-BFpqWvfo.js">
<link rel="stylesheet" crossorigin href="/static/css/maps-HupOsEJb.css">
<link rel="stylesheet" crossorigin href="/static/css/index-HVy0aiNL.css">
<link rel="stylesheet" crossorigin href="/static/css/index-rA3Pxxk6.css">
</head>
<body>
<div id="app"></div>
Expand Down

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion fittrackee_client/src/scss/colors-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

--footer-background-color: var(--dark-blue);
--footer-border-color: var(--input-border-color);
--footer-color: #9f968a;
--footer-color: #cfd0d0;

--form-info: var(--app-color);

Expand Down

0 comments on commit 2be2048

Please sign in to comment.