summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 5970565e..c2aacab7 100644
--- a/static/main.css
+++ b/static/main.css
@@ -170,6 +170,16 @@ footer a, footer a:visited {
color: #b00020;
}
+table {
+ border-collapse: collapse;
+ width: 100%;
+}
+
+td {
+ border: 1px solid #ddd;
+ padding: 0.5rem;
+}
+
/* latin */
@font-face {
font-family: 'Roboto';
@@ -254,4 +264,8 @@ footer a, footer a:visited {
/* Baseline Material dark error color */
color: #cf6679;
}
+
+ td {
+ border-color: #222;
+ }
}