Bläddra i källkod

change colorscheme to purple

Thomas Buck 4 år sedan
förälder
incheckning
359a6f4314
2 ändrade filer med 7 tillägg och 3 borttagningar
  1. 1
    1
      static/css/gh-fork-ribbon.css
  2. 6
    2
      static/css/style.css

+ 1
- 1
static/css/gh-fork-ribbon.css Visa fil

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

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

Laddar…
Avbryt
Spara