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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-21 22:03:09 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-22 18:50:46 +0300
commite009a00e799c856788211033746c6cc39552cc87 (patch)
tree9dcecb5556d4c2dda3093fab2be80876a166a9b1 /app/assets/stylesheets/pages/events.scss
parentbc4a18ecb9e85a5ee51541ed25b2cb9c4a2768b5 (diff)
Use blue for activity stream links; use monospace font for commit sha
Diffstat (limited to 'app/assets/stylesheets/pages/events.scss')
-rw-r--r--app/assets/stylesheets/pages/events.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/events.scss b/app/assets/stylesheets/pages/events.scss
index 618f23d81b1..e34628002ac 100644
--- a/app/assets/stylesheets/pages/events.scss
+++ b/app/assets/stylesheets/pages/events.scss
@@ -156,6 +156,10 @@
&:hover {
background: none;
}
+
+ a {
+ color: $blue-600;
+ }
}
}
}