소스 검색

Orange elements are now black

Thomas Buck 7 년 전
부모
커밋
d199beee1e
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    2
      static/css/gh-fork-ribbon.css
  2. 2
    2
      static/css/style.css

+ 2
- 2
static/css/gh-fork-ribbon.css 파일 보기

7
   padding: 2px 0;
7
   padding: 2px 0;
8
 
8
 
9
   /* Set the base colour */
9
   /* Set the base colour */
10
-  background-color: #FF9900;
10
+  background-color: black; /* #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)));
130
   -moz-transform: rotate(-45deg);
130
   -moz-transform: rotate(-45deg);
131
   -o-transform: rotate(-45deg);
131
   -o-transform: rotate(-45deg);
132
   transform: rotate(-45deg);
132
   transform: rotate(-45deg);
133
-}
133
+}

+ 2
- 2
static/css/style.css 파일 보기

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

Loading…
취소
저장