diff --git a/app/static/styles.css b/app/static/styles.css index 57afa03..6919cfe 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -75,4 +75,8 @@ width: 100%; /* Span the full width of the container */ margin: 20px 0; /* Add some vertical spacing */ } - \ No newline at end of file + + + .opsec_good { color: green; } + .opsec_bad { color: red; } + .opsec_neutral { color: orange; } \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index 211bb7f..f541191 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -11,5 +11,13 @@

SuperMega

+ + + \ No newline at end of file diff --git a/app/templates/project.html b/app/templates/project.html index 7c29071..97d564e 100644 --- a/app/templates/project.html +++ b/app/templates/project.html @@ -51,7 +51,10 @@
-