diff --git a/static/style.css b/static/style.css index 6b87939..d200d80 100644 --- a/static/style.css +++ b/static/style.css @@ -86,12 +86,14 @@ image { } .sources { - background-color: gray; + background-color: rgba(187, 185, 185, 0.479); color: white; text-align: left; height: 200px; - width: 1660px; + width: 1710px; margin-top: auto; + margin-left: -20px; + margin-bottom: -27px; } .sourcescontent{ @@ -99,6 +101,12 @@ image { color:white; } +.sourcestext{ + color: rgb(97, 97, 97); + font-family: Arial, Helvetica, sans-serif; + line-height: 8px; +} + .mainpart { display: flex; flex-direction: column; diff --git a/templates/bivariate.html b/templates/bivariate.html index de0cb4f..f1d0d46 100644 --- a/templates/bivariate.html +++ b/templates/bivariate.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file diff --git a/templates/calculus.html b/templates/calculus.html index d26c64e..1303c40 100644 --- a/templates/calculus.html +++ b/templates/calculus.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file diff --git a/templates/simultaneousequations.html b/templates/simultaneousequations.html index f234118..86426a4 100644 --- a/templates/simultaneousequations.html +++ b/templates/simultaneousequations.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file diff --git a/templates/triganometry.html b/templates/triganometry.html index 91044d1..83969fe 100644 --- a/templates/triganometry.html +++ b/templates/triganometry.html @@ -21,6 +21,11 @@ {% endblock %} \ No newline at end of file