diff --git a/src/views/themes/default/footer.ejs b/src/views/themes/default/footer.ejs index e7b9d3b..2032a4d 100644 --- a/src/views/themes/default/footer.ejs +++ b/src/views/themes/default/footer.ejs @@ -1,3 +1,3 @@ diff --git a/src/views/themes/default/global-style.ejs b/src/views/themes/default/global-style.ejs index f0e5347..ad8b677 100644 --- a/src/views/themes/default/global-style.ejs +++ b/src/views/themes/default/global-style.ejs @@ -12,7 +12,7 @@ text-align: center; } #link-container a { - color: #808080 !important; + color: #82d3ff !important; } #link-container { display: flex; @@ -28,10 +28,12 @@ a { text-decoration: none; decoration: none; - color: orange; + color: #82d3ff; } table td { - color: orange; + color: #82d3ff; + line-height: 25px; + text-decoration: underline; } table { width: 100%;