File tree 3 files changed +3
-3
lines changed
flask_app/templates/layout
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
SPDX-License-Identifier: MIT
4
4
-->
5
5
6
- < footer class ="sticky-footer bg-dark ">
6
+ < footer class ="sticky-footer " style =" background-color: black; ">
7
7
< div class ="d-flex justify-content-center ">
8
8
< p >
9
9
Designed with love myself:
Original file line number Diff line number Diff line change 5
5
6
6
7
7
< 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 =" background-color: black ">
9
9
< a class ="navbar-brand " href ="/ ">
10
10
< img src ="/static/img/logo_dark.svg " width ="50 " height ="50 ">
11
11
Tekktrik Dev
Original file line number Diff line number Diff line change 4
4
-->
5
5
6
6
<!DOCTYPE html>
7
- < html >
7
+ < html data-bs-theme =" dark " >
8
8
< head >
9
9
< meta charset ="utf-8 ">
10
10
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
You can’t perform that action at this time.
0 commit comments