diff options
Diffstat (limited to 'youtube/templates/login.html')
-rw-r--r-- | youtube/templates/login.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube/templates/login.html b/youtube/templates/login.html index 156bc01..13d37ca 100644 --- a/youtube/templates/login.html +++ b/youtube/templates/login.html @@ -7,6 +7,8 @@ margin: auto; } main form{ + background-color: #dadada; + padding: 10px; margin-top:20px; display:grid; justify-items: start; @@ -22,7 +24,7 @@ margin-top:20px; } #tor-note{ - background-color: #dddddd; + background-color: #dadada; padding: 10px; margin-top: 40px; } |