aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-15 13:42:01 +0200
committerChocobozzz <me@florianbigard.com>2022-06-15 13:42:11 +0200
commite10c936b77272a33c7caa665b61569a315029a1c (patch)
tree3ed9f38a753c0d0a2c198d498af98002a4b0c895
parent6f03f944c34f78b38a68128413b55186e0676949 (diff)
downloadPeerTube-e10c936b77272a33c7caa665b61569a315029a1c.tar.gz
PeerTube-e10c936b77272a33c7caa665b61569a315029a1c.tar.zst
PeerTube-e10c936b77272a33c7caa665b61569a315029a1c.zip
Lighter foreground font color
-rw-r--r--client/src/app/+signup/+register/custom-stepper.component.scss2
-rw-r--r--client/src/app/+signup/+register/register.component.scss2
-rw-r--r--client/src/sass/include/_variables.scss4
3 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+signup/+register/custom-stepper.component.scss b/client/src/app/+signup/+register/custom-stepper.component.scss
index 4dda93489..dfbdc863b 100644
--- a/client/src/app/+signup/+register/custom-stepper.component.scss
+++ b/client/src/app/+signup/+register/custom-stepper.component.scss
@@ -102,7 +102,7 @@ header {
102@media screen and (min-width: $small-view) { 102@media screen and (min-width: $small-view) {
103 .margin-content { 103 .margin-content {
104 max-width: 1000px; 104 max-width: 1000px;
105 margin:auto; 105 margin: auto;
106 } 106 }
107} 107}
108 108
diff --git a/client/src/app/+signup/+register/register.component.scss b/client/src/app/+signup/+register/register.component.scss
index 5d0df81bd..af277d182 100644
--- a/client/src/app/+signup/+register/register.component.scss
+++ b/client/src/app/+signup/+register/register.component.scss
@@ -14,7 +14,7 @@
14 font-weight: normal; 14 font-weight: normal;
15 font-size: 15px; 15 font-size: 15px;
16 background-color: pvar(--mainColorVeryLight); 16 background-color: pvar(--mainColorVeryLight);
17 padding: 35px 25px 15px 25px; 17 padding: 35px 25px 15px;
18 margin: 0; 18 margin: 0;
19} 19}
20 20
diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss
index ef22fafe0..476a4ee52 100644
--- a/client/src/sass/include/_variables.scss
+++ b/client/src/sass/include/_variables.scss
@@ -29,7 +29,7 @@ $support-button: inherit;
29$support-button-heart: #e83e8c; 29$support-button-heart: #e83e8c;
30 30
31$bg-color: #fff; 31$bg-color: #fff;
32$fg-color: #000; 32$fg-color: #212529;
33 33
34$red: #FF0000; 34$red: #FF0000;
35$green: #39CC0B; 35$green: #39CC0B;
@@ -94,7 +94,7 @@ $markdown-textarea-background-color: $grey-background-hover-color;
94$sub-menu-margin-bottom: 30px; 94$sub-menu-margin-bottom: 30px;
95$sub-menu-margin-bottom-small-view: 10px; 95$sub-menu-margin-bottom-small-view: 10px;
96 96
97$activated-action-button-color: #000; 97$activated-action-button-color: #212529;
98 98
99$focus-box-shadow-form: 0 0 0 .2rem; 99$focus-box-shadow-form: 0 0 0 .2rem;
100 100