Browse Source

Removed black elements, now using green

Thomas Buck 7 years ago
parent
commit
201167841f
No account linked to committer's email address
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      static/css/gh-fork-ribbon.css
  2. 2
    2
      static/css/style.css

+ 1
- 1
static/css/gh-fork-ribbon.css View File

@@ -7,7 +7,7 @@
7 7
   padding: 2px 0;
8 8
 
9 9
   /* Set the base colour */
10
-  background-color: black; /* #FF9900; */
10
+  background-color: green; /* #FF9900; */
11 11
 
12 12
   /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
13 13
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.15)));

+ 2
- 2
static/css/style.css View File

@@ -8,7 +8,7 @@ body {
8 8
 #nav {
9 9
     border-bottom-style: solid;
10 10
     border-bottom-width: 2px;
11
-    border-bottom-color: black; /* orange; */
11
+    border-bottom-color: green; /* orange; */
12 12
     background-color: white;
13 13
     width: 100%;
14 14
 }
@@ -43,7 +43,7 @@ pre {
43 43
     margin: 1em;
44 44
     border-style: solid;
45 45
     border-width: 2px;
46
-    border-color: black; /* orange; */
46
+    border-color: green; /* orange; */
47 47
     border-radius: 10px;
48 48
 }
49 49
 

Loading…
Cancel
Save