Create style.css
Browse files
style.css
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
background-color: #fdf6ec;
|
3 |
+
font-family: 'Segoe UI', sans-serif;
|
4 |
+
}
|
5 |
+
|
6 |
+
h1 {
|
7 |
+
color: #3e3e3e;
|
8 |
+
}
|
9 |
+
|
10 |
+
.gr-button {
|
11 |
+
background-color: #f06543 !important;
|
12 |
+
color: white !important;
|
13 |
+
font-weight: bold;
|
14 |
+
}
|
15 |
+
|
16 |
+
.gr-textbox textarea {
|
17 |
+
background-color: #fffefb !important;
|
18 |
+
}
|