From 6e9e77d7a6daaa05825191cdca1b3173e8a1fa03 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Mon, 12 Jun 2023 10:28:06 +0200 Subject: [PATCH] fixed style --- src/templates/index.ejs | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; }