summaryrefslogtreecommitdiff
path: root/css/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/site.css')
-rw-r--r--css/site.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css
index a81b4c7..29c4f9f 100644
--- a/css/site.css
+++ b/css/site.css
@@ -46,6 +46,15 @@ a:hover.whiteLink {
text-decoration: underline;
}
+select {
+ padding: 3px;
+ border-radius: 4px;
+ background: #cedef4;
+ border: none;
+ outline: none;
+ cursor: pointer;
+}
+
#header {
height: 80px;
position: relative;