diff --git a/assets/css/extra.css b/assets/css/extra.css
index 8cb2497..6df4077 100644
--- a/assets/css/extra.css
+++ b/assets/css/extra.css
@@ -15,11 +15,13 @@ h1{
margin:5px;
}
input[type="text"]{
- padding:10px;
border-radius: 5px;
+ padding:5px;
outline: none;
border:none;
- width:60%;
+ width:50%;
+ height:35px;
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.prefBox, #pathConfig{
@@ -86,6 +88,16 @@ input[type="text"]{
background-color: rgb(210 69 27);
color:white;
}
+.redBtn{
+ background-color: rgb(210 69 27);
+ color:white;
+ text-decoration: none;
+ border: none;
+ margin:5px;
+ border-radius: 10px;
+ cursor: pointer;
+ font-size: medium;
+}
a{
color:rgb(34, 136, 199);
cursor: pointer;
diff --git a/html/preferences.html b/html/preferences.html
index 971486f..b903e24 100644
--- a/html/preferences.html
+++ b/html/preferences.html
@@ -134,6 +134,19 @@
+
+