Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/static/css/custom.css')
-rw-r--r--exampleSite/static/css/custom.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/exampleSite/static/css/custom.css b/exampleSite/static/css/custom.css
new file mode 100644
index 0000000..24faafa
--- /dev/null
+++ b/exampleSite/static/css/custom.css
@@ -0,0 +1,14 @@
+:root{
+
+ /*
+ Override desired values for the following variables.
+ */
+
+ /* GENERAL */
+ --GENERAL-FONT: var(--GENERAL-FONT-1);
+ --TITLE-FONT: var(--GENERAL-FONT-2);
+
+ /* HOME */
+ --HOME-TEXT-COLOR: rgb(200, 200, 200);
+
+}