summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-04 22:32:45 +0200
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2026-04-04 22:32:45 +0200
commita72ab23298e860a5444be5256a6153e01dd88bd5 (patch)
tree3608ef2a9e04525fdc9e0f4d09f7e71b224087be /www/style.css
parenta809bc0f49ee4c6e777f39d1f80ee57862a0fcab (diff)
Start working on a website and some scripts to maintain it
* configure.ac (AM_INIT_AUTOMAKE): Add dist-bzip2 and dist-xz. (AC_CONFIG_FILES): Add scripts/publish-release and scripts/publish-release-docs. * doc/Makefile.am: Pass in package version to gendocs.sh. Set css for manual, and toplevel url. * doc/index_template.html: Set stylesheet link and reformat. * scripts/publish-release-docs.in: New file. * scripts/publish-release.in: New file. * scripts/publish-www: New file. * www/index.html: New file. * www/style.css: New file.
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000..c2e2799
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,3 @@
+body {
+ background-color: #e3dfd7;
+}