diff --git a/static/style.css b/static/style.css index f00c82f..be5b313 100644 --- a/static/style.css +++ b/static/style.css @@ -41,6 +41,10 @@ p { font-size: 1.2rem; } +a { + color: lightblue; +} + #yaoiButton { background: linear-gradient( 90deg, @@ -106,7 +110,7 @@ p { border: 2px gray solid; text-align: left; padding: 5px 16px; - width: 600px; + max-width: 600px; margin: auto; }