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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvlebert <49779177+vlebert@users.noreply.github.com>2021-06-16 22:14:22 +0300
committerGitHub <noreply@github.com>2021-06-16 22:14:22 +0300
commit9004e7c423befaa4a6007561797c99b738a57313 (patch)
treee4cd784aa79d590357292725c5e45c02da45a1dc /static
parent61e5a341710b18934198cb05efa50992a033cfb1 (diff)
Add greeting subtitle (#350)
* resize skillcards by CSS instead of JS * Revert "resize skillcards by CSS instead of JS" This reverts commit 169e0599e9ff771c1cf58c03fb799c42aac65092. * french translation * add an optionnal greeting subtitle Co-authored-by: vlebert <vlebert@tactis.fr>
Diffstat (limited to 'static')
-rw-r--r--static/css/sections/home.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/sections/home.css b/static/css/sections/home.css
index 893ee3d..b108556 100644
--- a/static/css/sections/home.css
+++ b/static/css/sections/home.css
@@ -45,7 +45,7 @@
margin-bottom: 10px;
}
-.home .greeting {
+.home .greeting, .home .greeting-subtitle {
color: #f9fafc;
}