diff --git a/app/index.html b/app/index.html index 947a6c9..6562ef0 100644 --- a/app/index.html +++ b/app/index.html @@ -8,6 +8,7 @@ href="/bootstrap-icons/font/bootstrap-icons.min.css" rel="stylesheet" /> + diff --git a/app/static/style.css b/app/static/style.css new file mode 100644 index 0000000..e52048b --- /dev/null +++ b/app/static/style.css @@ -0,0 +1,4 @@ +hr { + border: 1px solid #595c5f; + opacity: 1; +}