Skip to content
Snippets Groups Projects
Commit 1926070e authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

added page color

parent 2459122c
No related branches found
No related tags found
1 merge request!25added page color
......@@ -7,6 +7,12 @@
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js"></script>
<script src="https://kit.fontawesome.com/221d185582.js" crossorigin="anonymous"></script>
<style>
body.home-page {
color: blue
}
</style>
</head>
<body>
<nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment