From 8fc20cc3689dcad169f853102a868a6116cc7b26 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 27 Dec 2023 13:10:31 +0100 Subject: Add simple.css submodule This CSS framework uses nearly only the standard HTML tags and is thus easy to adopt / replace. --- .gitmodules | 3 +++ view/static/simple.css | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 view/static/simple.css diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..59fc4a4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "view/static/simple.css"] + path = view/static/simple.css + url = https://github.com/kevquirk/simple.css.git diff --git a/view/static/simple.css b/view/static/simple.css new file mode 160000 index 0000000..0fe599c --- /dev/null +++ b/view/static/simple.css @@ -0,0 +1 @@ +Subproject commit 0fe599ca733e8bf2ba646b049f6ffe2462cf2ae9 -- cgit v1.2.3-70-g09d2