diff --git a/src/templates/index.ejs b/src/templates/index.ejs index da53e55..ba161d0 100644 --- a/src/templates/index.ejs +++ b/src/templates/index.ejs @@ -20,12 +20,20 @@ .selector select { height: 30px; font-size: 16px; + border-radius: 15px; + background-color: #172336; + color: #fff; + border: none; } .selector button { font-size: 16px; height: 30px; margin-left: 10px; + border-radius: 15px; + background-color: #172336; + color: #fff; + border: none; } #export-textarea { @@ -34,6 +42,9 @@ resize: none; overflow-y: hidden; background-color: #172336; + color: #fff; + border-radius: 15px; + border: none; }