aboutsummaryrefslogtreecommitdiff
path: root/gn3/static/css/styles.css
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-07-03 11:20:34 +0300
committerFrederick Muriuki Muriithi2023-07-03 11:20:34 +0300
commit14f073af864e7d9d94babe2bf094f3079331bb34 (patch)
tree72876281aa41bd391187e262e3044cdb1ea98934 /gn3/static/css/styles.css
parent424a515120478998592663725d2d1186d36304f4 (diff)
downloadgenenetwork3-14f073af864e7d9d94babe2bf094f3079331bb34.tar.gz
Spruce up UI
Make UI somewhat consistent with the GN2 UI.
Diffstat (limited to 'gn3/static/css/styles.css')
-rw-r--r--gn3/static/css/styles.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/gn3/static/css/styles.css b/gn3/static/css/styles.css
new file mode 100644
index 0000000..692c43d
--- /dev/null
+++ b/gn3/static/css/styles.css
@@ -0,0 +1,16 @@
+h1 {
+ color: white;
+ background: #369;
+ text-align: center;
+ padding: 0.1em 0 0.1em 0;
+}
+
+.btn {
+ text-transform: capitalize;
+}
+
+table thead th, table tfoot th {
+ border-right: 1px solid white;
+ color: white;
+ background: #369;
+}