aboutsummaryrefslogtreecommitdiffstats
path: root/index.css
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-08 01:18:30 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-08 01:22:10 +0200
commit25018da03ea1113d3477a62ad64f9e50b2d13cd5 (patch)
treec3bbfd29e6649f871faa988eba65d5bee2b56958 /index.css
parente36cd6e954c933e161314d9d2d87d5614f3e00cd (diff)
downloadgit.replicant.us-25018da03ea1113d3477a62ad64f9e50b2d13cd5.tar.gz
git.replicant.us-25018da03ea1113d3477a62ad64f9e50b2d13cd5.tar.bz2
git.replicant.us-25018da03ea1113d3477a62ad64f9e50b2d13cd5.zip
Add page to comply with the AGPLv3(+)
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.css b/index.css
index a274b7b..20ac759 100644
--- a/index.css
+++ b/index.css
@@ -38,7 +38,14 @@
background-color: #3278b3;
}
-
#third {
background-color: #167c80;
}
+
+#fourth {
+ background-color: #777777
+}
+
+table, th, td {
+ border: 1px solid black;
+}