diff --git a/site_storage/watch_wii_template.html b/site_storage/watch_wii_template.html index 48194b9..b819433 100644 --- a/site_storage/watch_wii_template.html +++ b/site_storage/watch_wii_template.html @@ -11,6 +11,37 @@ display: flex; align-items: center; } + .logo { + font-size: 24px; + color: #fe0000; + font-weight: bold; + } + .search-container { + flex: 1; + text-align: center; + } + .search-bar { + width: 400px; + padding: 8px; + font-size: 16px; + border: 1px solid #313131; + background-color: #121212; + color: #fff; + } + .search-bar:hover { + border: 1px solid #268ee9; + } + .search-button { + padding: 8px 15px; + font-size: 16px; + background-color: #222222; + border:1px solid #3d3d3d; + color: white; + cursor: pointer; + } + .search-button:hover { + border: 1px solid #268ee9; + } a { color: #3ea6ff; text-decoration: none;