Bladeren bron

Removed black elements, now using green

Thomas Buck 7 jaren geleden
bovenliggende
commit
201167841f
No account linked to committer's email address
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1
    1
      static/css/gh-fork-ribbon.css
  2. 2
    2
      static/css/style.css

+ 1
- 1
static/css/gh-fork-ribbon.css Bestand weergeven

7
   padding: 2px 0;
7
   padding: 2px 0;
8
 
8
 
9
   /* Set the base colour */
9
   /* Set the base colour */
10
-  background-color: black; /* #FF9900; */
10
+  background-color: green; /* #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)));

+ 2
- 2
static/css/style.css Bestand weergeven

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

Laden…
Annuleren
Opslaan