Skip to content

Commit 4b84f96

Browse files
committed
Explicitly declare color
1 parent b682d00 commit 4b84f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_app/templates/layout/_footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SPDX-License-Identifier: MIT
44
-->
55

6-
<footer class="sticky-footer bg-dark">
6+
<footer class="sticky-footer" style="color: black;">
77
<div class="d-flex justify-content-center">
88
<p>
99
Designed with love myself:

flask_app/templates/layout/_header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
<header>
8-
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
8+
<nav class="navbar navbar-expand-md navbar-dark fixed-top" style="color: black">
99
<a class="navbar-brand" href="/">
1010
<img src="/static/img/logo_dark.svg" width="50" height="50">
1111
Tekktrik Dev

0 commit comments

Comments
 (0)