Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
f1a01aed
Commit
f1a01aed
authored
Apr 14, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4711 from grafana/issue-4704
Updated colors to fix issue
parents
8ac5c367
c1a5771f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
public/sass/_variables.dark.scss
+3
-1
public/sass/_variables.light.scss
+2
-1
public/sass/base/_code.scss
+1
-1
No files found.
public/sass/_variables.dark.scss
View file @
f1a01aed
...
...
@@ -102,7 +102,9 @@ $tight-form-func-bg: #333;
$tight-form-func-highlight-bg
:
#444
;
$modal-background
:
$black
;
$code-tag-bg
:
#444
;
$code-tag-bg
:
$dark-5
;
$code-tag-border
:
lighten
(
$code-tag-bg
,
2%
);
// Lists
$grafanaListBackground
:
$dark-3
;
...
...
public/sass/_variables.light.scss
View file @
f1a01aed
...
...
@@ -109,7 +109,8 @@ $tight-form-func-bg: $gray-5;
$tight-form-func-highlight-bg
:
$gray-6
;
$modal-background
:
$body-bg
;
$code-tag-bg
:
$dark-5
;
$code-tag-bg
:
$gray-6
;
$code-tag-border
:
darken
(
$code-tag-bg
,
3%
);
// Lists
$grafanaListBackground
:
$gray-6
;
...
...
public/sass/base/_code.scss
View file @
f1a01aed
...
...
@@ -10,7 +10,7 @@ pre {
font-size
:
$font-size-base
-
2
;
background-color
:
$code-tag-bg
;
color
:
$text-color
;
border
:
1px
solid
darken
(
$code-tag-bg
,
15%
)
;
border
:
1px
solid
$code-tag-border
;
padding
:
10px
;
border-radius
:
4px
;
}
...
...
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