diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-05 07:57:23 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-05 07:57:23 -0600 |
commit | 7b48dd2428d35b29bdffeedce5be52d4acf2cfca (patch) | |
tree | 80119c27403d064a37314479073f0bcff9eae574 /assets/css/style.scss | |
parent | e8cc304f7fc137bf46eb3053b904392226f21919 (diff) | |
download | personal-web-7b48dd2428d35b29bdffeedce5be52d4acf2cfca.tar.gz personal-web-7b48dd2428d35b29bdffeedce5be52d4acf2cfca.zip |
New page on the sidebar!
It points to my personal little Git page.
Diffstat (limited to '')
-rw-r--r-- | assets/css/style.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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 */ |