Browse Source

change colorscheme to purple

Thomas Buck 3 years ago
parent
commit
359a6f4314
2 changed files with 7 additions and 3 deletions
  1. 1
    1
      static/css/gh-fork-ribbon.css
  2. 6
    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: green; /* #FF9900; */
10
+  background-color: purple; /* green; */ /* orange; */ /* #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)));

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

@@ -5,10 +5,14 @@ body {
5 5
     padding: 0px;
6 6
 }
7 7
 
8
+hr {
9
+    color: purple; /* green; */ /* orange; */
10
+}
11
+
8 12
 #nav {
9 13
     border-bottom-style: solid;
10 14
     border-bottom-width: 2px;
11
-    border-bottom-color: green; /* orange; */
15
+    border-bottom-color: purple; /* green; */ /* orange; */
12 16
     background-color: white;
13 17
     width: 100%;
14 18
 }
@@ -43,7 +47,7 @@ pre {
43 47
     margin: 1em;
44 48
     border-style: solid;
45 49
     border-width: 2px;
46
-    border-color: green; /* orange; */
50
+    border-color: purple; /* green; */ /* orange; */
47 51
     border-radius: 10px;
48 52
 }
49 53
 

Loading…
Cancel
Save