Browse Source

change the color variable of the content

AlexiCauvin 7 years ago
parent
commit
913fa40a6b
1 changed files with 9 additions and 7 deletions
  1. 9 7
      src/css/Variable.styl

+ 9 - 7
src/css/Variable.styl View File

@@ -26,17 +26,18 @@ red = #f63434
26 26
 btnCallAction = #28a745
27 27
 btnCallAction-hover = darken(btnCallAction, 15%)
28 28
 
29
-threadColor = #2674d3
29
+threadColor = #ad4cf9
30
+darkenThread = darken(threadColor, 15%)
30 31
 
31
-htmlColor = #65c7f2
32
+htmlColor = #3f52e3
32 33
 darkHtmlColor = darken(htmlColor, 15%)
33 34
 
34
-markdownColor = #e0082b
35
+markdownColor = #f12d2d
35 36
 
36
-fileColor = #263462
37
+fileColor = #ff9900
37 38
 lightFileColor = lighten(fileColor, 15%)
38 39
 
39
-taskColor = #2d5a88
40
+taskColor = #259f6c
40 41
 
41 42
 issueColor = #a4835e
42 43
 
@@ -47,8 +48,8 @@ contributeur = #3145F7
47 48
 responsable = #ED0007
48 49
 
49 50
 /** Btn call to action dashboard **/
50
-writefile = #a738ed
51
-importfile = #ff8400
51
+writefile = #3f52e3
52
+importfile = #ff9900
52 53
 calendar = red
53 54
 explore = #87d04c
54 55
 
@@ -60,6 +61,7 @@ shadow-right = 2px 2px 5px 0px #404040
60 61
 shadow-all = 1px 1px 5px 2px #ababab
61 62
 shadow-all-side-blue = 0px 0px 1px 1px lightBlue
62 63
 shadow-all-side-green = 0 0 1px 2px green
64
+shadow-all-side-thread = 0 0 1px 2px threadColor
63 65
 shadow-all-btn = 0 0 3px 3px lightBlue
64 66
 
65 67
 /***********************/