Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
search-engine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asrael
search-engine
Commits
a6e70c76
Verified
Commit
a6e70c76
authored
Sep 14, 2018
by
Thibault Ehrhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor CSS edit: darken annotation link on hover
parent
fef6f14f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
src/main.scss
src/main.scss
+22
-0
No files found.
src/main.scss
View file @
a6e70c76
...
...
@@ -50,6 +50,7 @@ input, select, textarea, button {
a
{
color
:
$primary-color
;
text-decoration
:
none
;
}
a
:hover
{
color
:
darken
(
$primary-color
,
20%
);
...
...
@@ -264,24 +265,45 @@ form {
.colorize
{
&
.color-person
{
color
:
#ff225a
;
&
:hover
{
color
:
darken
(
#ff225a
,
20%
);
}
}
&
.color-misc
{
color
:
#6713e8
;
&
:hover
{
color
:
darken
(
#6713e8
,
20%
);
}
}
&
.color-location
{
color
:
#22a6ff
;
&
:hover
{
color
:
darken
(
#22a6ff
,
20%
);
}
}
&
.color-organization
{
color
:
#13e864
;
&
:hover
{
color
:
darken
(
#13e864
,
20%
);
}
}
&
.color-thing
{
color
:
#D820e8
;
&
:hover
{
color
:
darken
(
#D820e8
,
20%
);
}
}
&
.color-event
{
color
:
#ff8c22
;
&
:hover
{
color
:
darken
(
#ff8c22
,
20%
);
}
}
&
.color-product
{
color
:
#ffcc2e
;
&
:hover
{
color
:
darken
(
#ffcc2e
,
20%
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment