Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
diaspora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
dba8de54
Unverified
Commit
dba8de54
authored
Feb 11, 2017
by
Steffen van Bergerem
Committed by
Benjamin Neff
Feb 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use $blue only for reshare icon and $link-color everywhere else
parent
d9a12972
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
21 additions
and
21 deletions
+21
-21
app/assets/stylesheets/_mixins.scss
app/assets/stylesheets/_mixins.scss
+2
-2
app/assets/stylesheets/bootstrap-variables.scss
app/assets/stylesheets/bootstrap-variables.scss
+2
-2
app/assets/stylesheets/color_themes/_color_theme_override_dark.scss
.../stylesheets/color_themes/_color_theme_override_dark.scss
+1
-1
app/assets/stylesheets/comments.scss
app/assets/stylesheets/comments.scss
+1
-1
app/assets/stylesheets/conversations.scss
app/assets/stylesheets/conversations.scss
+3
-3
app/assets/stylesheets/hovercard.scss
app/assets/stylesheets/hovercard.scss
+1
-1
app/assets/stylesheets/navbar_left.scss
app/assets/stylesheets/navbar_left.scss
+2
-2
app/assets/stylesheets/opengraph.scss
app/assets/stylesheets/opengraph.scss
+1
-1
app/assets/stylesheets/publisher.scss
app/assets/stylesheets/publisher.scss
+1
-1
app/assets/stylesheets/single-post-view.scss
app/assets/stylesheets/single-post-view.scss
+2
-2
app/assets/stylesheets/stream_element.scss
app/assets/stylesheets/stream_element.scss
+1
-1
app/assets/stylesheets/tag.scss
app/assets/stylesheets/tag.scss
+4
-4
No files found.
app/assets/stylesheets/_mixins.scss
View file @
dba8de54
...
...
@@ -107,10 +107,10 @@ $default-border-radius: 3px;
opacity
:
0
.9
;
a
{
color
:
lighten
(
$
blue
,
25%
);
color
:
lighten
(
$
link-color
,
25%
);
}
a
:visited
{
color
:
$
blue
;
color
:
$
link-color
;
}
}
.desc
{
...
...
app/assets/stylesheets/bootstrap-variables.scss
View file @
dba8de54
...
...
@@ -33,7 +33,7 @@ $brand-success: #8EDE3D !default;
// $text-color: $gray-dark
//** Global textual link color.
$link-color
:
rgb
(
42
,
156
,
235
)
!
default
;
$link-color
:
$blue
!
default
;
//** Link hover color set via `darken()` function.
// $link-hover-color: darken($link-color, 15%)
//** Link hover decoration.
...
...
@@ -676,7 +676,7 @@ $list-group-border: transparent;
$list-group-border-radius
:
0
;
//** Background color of single list items on hover
$list-group-hover-bg
:
$
blue
;
$list-group-hover-bg
:
$
link-color
;
//** Text color of active list items
$list-group-active-color
:
$white
;
//** Background color of active list items
...
...
app/assets/stylesheets/color_themes/_color_theme_override_dark.scss
View file @
dba8de54
...
...
@@ -56,7 +56,7 @@ body {
.opengraph
a
{
color
:
lighten
(
$gray-lighter
,
27%
);
}
.tag
:hover
{
background-color
:
desaturate
(
darken
(
$
blue
,
35%
)
,
20%
);
}
.tag
:hover
{
background-color
:
desaturate
(
darken
(
$
link-color
,
35%
)
,
20%
);
}
#profile_container
.profile_header
{
#author_info
#sharing_message
.entypo-check
{
color
:
lighten
(
$green
,
10%
);
}
...
...
app/assets/stylesheets/comments.scss
View file @
dba8de54
...
...
@@ -39,7 +39,7 @@
}
>
.highlighted
{
border-left
:
3px
solid
$
blue
;
border-left
:
3px
solid
$
link-color
;
padding-left
:
3px
;
}
}
...
...
app/assets/stylesheets/conversations.scss
View file @
dba8de54
...
...
@@ -73,7 +73,7 @@
}
&
:hover
,
&
.unread
:hover
,
&
.selected
:hover
{
background-color
:
lighten
(
$
blue
,
5%
);
background-color
:
lighten
(
$
link-color
,
5%
);
cursor
:
pointer
;
.participants
{
border-color
:
rgba
(
$border-grey
,
1
);
...
...
@@ -84,7 +84,7 @@
}
&
.unread
{
background-color
:
$background-grey
;
}
&
.selected
{
background-color
:
$
blue
;
}
&
.selected
{
background-color
:
$
link-color
;
}
.last_author
,
.last_message
{
font-size
:
12px
;
...
...
@@ -144,7 +144,7 @@
float
:
right
;
line-height
:
normal
;
font-weight
:
normal
;
color
:
$
blue
;
color
:
$
link-color
;
}
}
...
...
app/assets/stylesheets/hovercard.scss
View file @
dba8de54
...
...
@@ -53,7 +53,7 @@
padding-bottom
:
0px
;
font-size
:
16px
;
a
{
color
:
$
blue
;
color
:
$
link-color
;
font-weight
:
bold
!
important
;
}
}
...
...
app/assets/stylesheets/navbar_left.scss
View file @
dba8de54
...
...
@@ -24,8 +24,8 @@
}
&
:hover
,
&
:hover
a
,
&
:hover
[
class
^=
"entypo"
]
{
background-color
:
$
blue
;
border-color
:
$
blue
;
background-color
:
$
link-color
;
border-color
:
$
link-color
;
color
:
$white
;
}
}
...
...
app/assets/stylesheets/opengraph.scss
View file @
dba8de54
...
...
@@ -15,7 +15,7 @@
}
}
a
:hover
{
color
:
$
blue
;
color
:
$
link-color
;
}
.thumb
{
...
...
app/assets/stylesheets/publisher.scss
View file @
dba8de54
...
...
@@ -102,7 +102,7 @@
padding-left
:
10px
;
margin-bottom
:
0
;
color
:
lighten
(
$text-grey
,
20%
);
a
{
color
:
lighten
(
$
blue
,
20%
);
}
a
{
color
:
lighten
(
$
link-color
,
20%
);
}
}
&
.with_attachments
#photodropzone_container
{
...
...
app/assets/stylesheets/single-post-view.scss
View file @
dba8de54
...
...
@@ -83,7 +83,7 @@
color
:
#f55f5a
;
}
i
.entypo-reshare
:hover
{
color
:
#3f8fba
;
color
:
$blue
;
}
time
{
float
:
right
;
...
...
@@ -115,7 +115,7 @@
.no-comments
{
text-align
:
center
;
}
a
{
color
:
$
blue
;
color
:
$
link-color
;
}
.count
{
float
:
left
;
...
...
app/assets/stylesheets/stream_element.scss
View file @
dba8de54
...
...
@@ -90,7 +90,7 @@
font-weight
:
bold
;
margin-bottom
:
4px
;
}
a
.author-name
{
color
:
$
blue
;
}
a
.author-name
{
color
:
$
link-color
;
}
.feedback
{
margin-top
:
5px
;
font-size
:
$font-size-small
;
...
...
app/assets/stylesheets/tag.scss
View file @
dba8de54
...
...
@@ -3,15 +3,15 @@
font-weight
:
bold
;
&
:hover
{
text-decoration
:
underline
;
background-color
:
lighten
(
$
blue
,
47%
);
background-color
:
lighten
(
$
link-color
,
47%
);
}
}
a
.tag
{
color
:
$
blue
;
}
a
.tag
{
color
:
$
link-color
;
}
h1
.tag
{
border-bottom
:
2px
dotted
$
blue
;
&
:hover
{
border-bottom
:
2px
dotted
$
blue
;
}
border-bottom
:
2px
dotted
$
link-color
;
&
:hover
{
border-bottom
:
2px
dotted
$
link-color
;
}
}
.info
{
...
...
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