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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
6933da1e
Commit
6933da1e
authored
Sep 10, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor md variables
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
86ef2eb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
app/assets/stylesheets/base/mixins.scss
app/assets/stylesheets/base/mixins.scss
+2
-2
app/assets/stylesheets/base/variables.scss
app/assets/stylesheets/base/variables.scss
+2
-0
No files found.
app/assets/stylesheets/base/mixins.scss
View file @
6933da1e
...
...
@@ -55,10 +55,10 @@
}
@mixin
md-typography
{
color
:
#444
;
color
:
$md-text-color
;
a
{
color
:
#3084bb
;
color
:
$md-link-color
;
}
img
{
...
...
app/assets/stylesheets/base/variables.scss
View file @
6933da1e
...
...
@@ -2,6 +2,8 @@ $hover: #FFFAF1;
$gl-text-color
:
#54565b
;
$gl-header-color
:
#4c4e54
;
$gl-link-color
:
#333c48
;
$md-text-color
:
#444
;
$md-link-color
:
#3084bb
;
$nprogress-color
:
#c0392b
;
$gl-font-size
:
15px
;
$list-font-size
:
15px
;
...
...
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