diff --git a/assets/ww.css b/assets/ww.css index 9cafdc9..1941e67 100644 --- a/assets/ww.css +++ b/assets/ww.css @@ -2,6 +2,22 @@ body { background-color: darkgrey } +table { + border-collapse: collapse; + width: 100%; +} + +th { + background-color: darkgray; +} + +th, td { + text-align: left; + padding: 8px; +} + +tr:nth-child(odd) {background-color: ghostwhite;} + #header { text-align: end; display: flex; @@ -14,8 +30,8 @@ body { background-color: goldenrod; } -.watchlist { - background-color: ghostwhite; +.watchtitle { + font-style: italic; } .header_logged_in { diff --git a/templates/search_watches_page.html b/templates/search_watches_page.html index 10e3c70..e0db52c 100644 --- a/templates/search_watches_page.html +++ b/templates/search_watches_page.html @@ -21,6 +21,7 @@ {% endfor %} +

Simple Search