From e8868989dbfbc030b38e2f9c71b55a905d629a2e Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 24 Apr 2022 01:22:16 +0200 Subject: Initial scss support --- assets/sass/_ed.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 assets/sass/_ed.scss (limited to 'assets/sass/_ed.scss') diff --git a/assets/sass/_ed.scss b/assets/sass/_ed.scss new file mode 100644 index 0000000..bea39f6 --- /dev/null +++ b/assets/sass/_ed.scss @@ -0,0 +1,17 @@ +/* Ed: the minimal edition theme. + * ___________________ + * \_ _____/\______ \ + * | __)_ | | \ + * | \ | ` \ + * /_______ //_______ / + * \/ \/ + * Designed, built, and released under an MIT license by @elotroalex and brill friends. See credits + * for more info. + * Based on the Poole and Lanyon theme by @mdo. Learn more at + * https://github.com/minicomp/ed. +*/ + +/* + To apply a different color scheme to the whole scroll down to the themes section instructions at + the very bottom of this file +*/ -- cgit v1.2.3