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 'static/css/default.css')
-rw-r--r--static/css/default.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/static/css/default.css b/static/css/default.css
index e20114d..416f02e 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -1,3 +1,4 @@
+/* TODO: check all caps lock variables (reorganise + check use) */
:root{
/* Default values for most CSS fields.
Can be modified, but DO NOT DELETE ANY FIELD!
@@ -36,6 +37,7 @@
--NAVBAR-HEIGHT: 50px; /* ! - Must correspond to the real navbar height! (Horrible hack) */
--NAVBAR-BACKGROUND-COLOR: rgba(255, 255, 255, .3);
+ --homepage-section-padding-v: 100px;
}
@@ -72,8 +74,21 @@
/* SERVICES */
#services {
+ --services-bkg-color: var(--GENERAL-COLOR-2);
+
--services-title-color: var(--GENERAL-FONT-COLOR-1);
--services-title-bar-color: var(--GENERAL-COLOR-1);
+
+ --services-container-color: transparent;
+ --services-container-border-radius: 0;
+ --services-container-shadow: 0;
+
+ --services-box-color: var(--GENERAL-COLOR-2);
+ --services-box-border-radius: 0;
+ --services-box-shadow: 0;
+
+ --services-icon-color: var(--GENERAL-COLOR-1);
+ /* TODO: add other variables? */
}