From fe63a842d4f91ef3c28590ee58354d7716e270e1 Mon Sep 17 00:00:00 2001
From: Carl Philipp Klemm <philipp@uvos.xyz>
Date: Tue, 9 Jan 2024 11:54:04 +0100
Subject: [PATCH] add doxygen style

---
 doc/style.css | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 doc/style.css

diff --git a/doc/style.css b/doc/style.css
new file mode 100644
index 0000000..b2d6fec
--- /dev/null
+++ b/doc/style.css
@@ -0,0 +1,27 @@
+body {
+	background-color: #CCC;
+	color: black;
+	margin: 0;
+}
+
+div.contents {
+	margin-bottom: 10px;
+	padding: 12px;
+	margin-left: auto;
+	margin-right: auto;
+	max-width: 1024px;
+	background-color: white;
+	border-radius: 8px;
+}
+
+#titlearea {
+background-color: white;
+}
+
+hr.footer {
+	display: none;
+}
+
+.footer {
+	background-color: #AAA;
+}
-- 
GitLab