aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-08-20 11:07:37 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commitd53e5e61d25405db63cc2e2817186d19dbff8189 (patch)
treeaa5e2f86f3dbe37b151d3a028020fa3e4ae50973 /static
parent218f9a92813eda3268144aa126363ff49285a6ee (diff)
A11y improvements
Diffstat (limited to 'static')
-rw-r--r--static/styles.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/static/styles.css b/static/styles.css
index 8b6c67e..21f742e 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -7,6 +7,11 @@ body {
padding: 10px;
max-width: 1000px;
margin: 0 auto;
+ line-height: 24px;
+}
+
+a:not(:visited) {
+ color: rgb(30, 99, 248);
}
h1 {
@@ -37,7 +42,7 @@ input[type="submit"] {
box-shadow: none;
padding: 5px 8px;
border: 0;
- background-color: rgb(63, 122, 248);
+ background-color: rgb(30, 99, 248);
color: white;
}
@@ -46,9 +51,9 @@ input[type="submit"].red {
background-color: #d42f2f;
}
-button.green,
-input[type="submit"].green {
- background-color: #4caf50;
+button.blue,
+input[type="submit"].blue {
+ background-color: rgb(30, 99, 248);;
}
button.yellow,
@@ -68,7 +73,7 @@ input[type*="date"]:disabled {
}
.contrast {
- color: #fa8e35;
+ color: rgb(30, 99, 248);
}
th, td {
@@ -191,8 +196,8 @@ button#share-link-copy {
padding: 0;
background: none;
color: black;
- font-size: 25px;
- line-height: 16px;
+ font-size: 24px;
+ line-height: 24px;
}
input[type="submit"].delete-voter-btn {