From 7b48dd2428d35b29bdffeedce5be52d4acf2cfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Fri, 5 May 2023 07:57:23 -0600 Subject: New page on the sidebar! It points to my personal little Git page. --- assets/css/style.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 assets/css/style.scss (limited to 'assets/css') diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..e57aa9a --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,12 @@ +--- +--- + +/* + If the number of TAB files has changed, the following variable is required. + And it must be defined before `@import`. +*/ +$tab-count: {{ site.tabs | size | plus: 2 }}; // plus 1 for home tab + +@import "{{ site.theme }}"; + +/* append your custom style below */ -- cgit v1.2.3