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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2019-08-08 17:53:05 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-08-08 17:53:05 +0300
commitad1f49b9fa07f9e51dabcf46595b11ba3667d614 (patch)
treeb9a5cc8f10128b32afab6694bb488642f3471300 /assets/css/custom.css
parente9f5225d9c5162a2b3860cef56050458ca70f1c4 (diff)
final feedback implemented
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'assets/css/custom.css')
-rw-r--r--assets/css/custom.css30
1 files changed, 4 insertions, 26 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 8bbaba56..4e7f0aef 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -3443,7 +3443,7 @@ tbody.collapse.in {
color: #6c6c6c; }
.hyperlink {
- color: #a2a2a2;
+ color: #6c6c6c;
text-decoration: none;
font-weight: 500;
border-bottom: solid 1px;
@@ -4021,7 +4021,7 @@ template, [hidden] {
color: #6c6c6c; }
.hyperlink {
- color: #a2a2a2;
+ color: #6c6c6c;
text-decoration: none;
font-weight: 500;
border-bottom: solid 1px;
@@ -5444,7 +5444,8 @@ footer.page-footer {
font-size: 20px;
line-height: 1.6;
text-shadow: 0px 0px 10px #333;
- transform: translateY(50px); }
+ transform: translateY(50px);
+ font-weight: 400; }
.background .topheader {
/* position: absolute; */
/* top: 30%; */
@@ -9660,29 +9661,6 @@ footer.page-footer {
font-size: 22px;
font-weight: 300; }
-.section--paragraph__tittle {
- font-size: 22px;
- line-height: 30px;
- font-weight: 600;
- color: #2a2a36; }
-
-.section--paragraph {
- font-size: 1.125em;
- font-weight: 400;
- line-height: 1.5;
- color: #6c6c6c; }
-
-.hyperlink {
- color: #a2a2a2;
- text-decoration: none;
- font-weight: 500;
- border-bottom: solid 1px;
- transition: all 0.5s ease;
- text-decoration: none; }
- .hyperlink :hover {
- text-decoration: none;
- color: #2a2a36; }
-
.screen-reader-text {
display: none; }