aboutsummaryrefslogtreecommitdiff
path: root/CSS/dropdown.css
diff options
context:
space:
mode:
Diffstat (limited to 'CSS/dropdown.css')
-rw-r--r--CSS/dropdown.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/CSS/dropdown.css b/CSS/dropdown.css
new file mode 100644
index 0000000..b8288d6
--- /dev/null
+++ b/CSS/dropdown.css
@@ -0,0 +1,12 @@
+/* Dropdown style */
+
+select
+{
+ padding: 0.1rem 1rem;
+ margin: 0rem 0.3rem;
+
+ cursor: pointer;
+ background-color: var(--bg-color);
+ color: var(--title-color);
+ border: 2px solid var(--title-color);
+}
ArKa projects. All rights to me, and your next child right arm.