aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-26 13:24:19 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-26 13:24:19 +0200
commitb4de4308953c027e1af43277e716dc756405c9e5 (patch)
tree9ed7f9ce171cf701e15efd83858f92de82186e89 /static
parentfff245eaa5db1289a652da41ff7826bd368d7180 (diff)
downloaddatagengo-b4de4308953c027e1af43277e716dc756405c9e5.tar.gz
datagengo-b4de4308953c027e1af43277e716dc756405c9e5.zip
Add modest amounts of css
Diffstat (limited to 'static')
-rw-r--r--static/style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 8721461..384388e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -3,12 +3,17 @@ a {
text-decoration: none;
}
-tr:hover {
+tr:nth-child(odd) {
background: #EEE;
}
-td {
+th, td {
vertical-align: top;
+ padding: 3px;
+}
+
+table {
+ border-spacing: 0px;
}
.chars {
@@ -45,6 +50,11 @@ details .chars {
font-size: 3rem;
}
+.index_page {
+ max-width: 1000px;
+ margin: auto;
+}
+
.about_page, .batch_page {
max-width: 800px;
margin: auto;