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:
authorDerek Severin <severinderek@gmail.com>2018-09-10 15:10:31 +0300
committerDerek Severin <severinderek@gmail.com>2018-09-10 15:10:31 +0300
commit09df6dea4d839b0f6387a90f0b38ecc6ad3d0d87 (patch)
tree15c109bb0ea0ad4643c41682d7af0666333f871a /exampleSite/static/css/custom.css
parent53da3a65647b0f8d6f78241dbff76db3bed59738 (diff)
exampleSite content
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);
+
+}