diff --git a/index.php b/index.php index cfe0839..11e1d56 100644 --- a/index.php +++ b/index.php @@ -329,7 +329,7 @@ if(!empty($scripts)){
diff --git a/static/styles/theme01.css b/static/styles/theme01.css index f287a00..8dc6a4c 100644 --- a/static/styles/theme01.css +++ b/static/styles/theme01.css @@ -114,6 +114,10 @@ body { text-transform: uppercase; } +#eof_feed .link { + color: #90949c; +} + .show_more { height: 40px; line-height: 40px; diff --git a/static/styles/theme02.css b/static/styles/theme02.css index c41004e..b4d7df5 100644 --- a/static/styles/theme02.css +++ b/static/styles/theme02.css @@ -181,6 +181,10 @@ body { text-transform: uppercase; } +#eof_feed .link { + color: var(--secondary-text); +} + .show_more { height: 40px; line-height: 40px;