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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/detail_page.scss')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss19
1 files changed, 9 insertions, 10 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index e0319952adb..909de9d57f2 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -5,15 +5,6 @@
line-height: 34px;
display: flex;
- a {
- color: $gl-text-color;
-
- &.link,
- &.gl-link {
- color: $blue-600;
- }
- }
-
.author-link {
white-space: nowrap;
}
@@ -23,6 +14,15 @@
}
}
+.detail-page-header a {
+ color: $gl-text-color;
+}
+
+.detail-page-header a.link,
+.detail-page-header .title a {
+ color: $blue-600;
+}
+
.detail-page-header-body {
position: relative;
display: flex;
@@ -58,7 +58,6 @@
.detail-page-description {
.title {
margin: 0 0 16px;
- font-size: 2em;
color: $gl-text-color;
padding: 0 0 0.3em;
border-bottom: 1px solid $white-dark;