Browse Source

Orange elements are now black

Thomas Buck 7 years ago
parent
commit
d199beee1e
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      static/css/gh-fork-ribbon.css
  2. 2
    2
      static/css/style.css

+ 2
- 2
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: #FF9900;
10
+  background-color: black; /* #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)));
@@ -130,4 +130,4 @@
130 130
   -moz-transform: rotate(-45deg);
131 131
   -o-transform: rotate(-45deg);
132 132
   transform: rotate(-45deg);
133
-}
133
+}

+ 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: orange;
11
+    border-bottom-color: black; /* 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: orange;
46
+    border-color: black; /* orange; */
47 47
     border-radius: 10px;
48 48
 }
49 49
 

Loading…
Cancel
Save