Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
3871498b
Commit
3871498b
authored
Oct 01, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better colors for text
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
edd4ff28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
app/assets/stylesheets/base/variables.scss
app/assets/stylesheets/base/variables.scss
+4
-1
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+2
-2
app/assets/stylesheets/pages/commit.scss
app/assets/stylesheets/pages/commit.scss
+3
-3
No files found.
app/assets/stylesheets/base/variables.scss
View file @
3871498b
$hover
:
#FFFAF1
;
$hover
:
#FFFAF1
;
$gl-text-color
:
#54565b
;
$gl-text-color
:
#54565B
;
$gl-text-green
:
#4A2
;
$gl-text-red
:
#D12F19
;
$gl-text-orange
:
#D90
;
$gl-header-color
:
#4c4e54
;
$gl-header-color
:
#4c4e54
;
$gl-link-color
:
#333c48
;
$gl-link-color
:
#333c48
;
$md-text-color
:
#444
;
$md-text-color
:
#444
;
...
...
app/assets/stylesheets/generic/common.scss
View file @
3871498b
/** COLORS **/
/** COLORS **/
.cgray
{
color
:
$gl-gray
;
}
.cgray
{
color
:
$gl-gray
;
}
.clgray
{
color
:
#BBB
}
.clgray
{
color
:
#BBB
}
.cred
{
color
:
#D12F19
}
.cred
{
color
:
$gl-text-red
;
}
.cgreen
{
color
:
#4a2
}
.cgreen
{
color
:
$gl-text-green
;
}
.cdark
{
color
:
#444
}
.cdark
{
color
:
#444
}
/** COMMON CLASSES **/
/** COMMON CLASSES **/
...
...
app/assets/stylesheets/pages/commit.scss
View file @
3871498b
...
@@ -60,17 +60,17 @@
...
@@ -60,17 +60,17 @@
}
}
.new-file
{
.new-file
{
a
{
a
{
color
:
$gl-
success
;
color
:
$gl-
text-green
;
}
}
}
}
.renamed-file
{
.renamed-file
{
a
{
a
{
color
:
$gl-
warning
;
color
:
$gl-
text-orange
;
}
}
}
}
.deleted-file
{
.deleted-file
{
a
{
a
{
color
:
$gl-
danger
;
color
:
$gl-
text-red
;
}
}
}
}
.edit-file
{
.edit-file
{
...
...
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