File tree 4 files changed +15
-12
lines changed
4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ <h2>Categories</h2>
61
61
< p > {{ site.last_update }}{{ site.time }}</ p >
62
62
< p >
63
63
< a href ="http://info.flagcounter.com/bG4O " target ="_blank " rel ="noopener ">
64
- < img src ="http://s09.flagcounter.com/countxl/bG4O/bg_FFFFFF /txt_000000/border_CCCCCC /columns_3/maxflags_100/viewers_0/labels_0/pageviews_1/flags_0/percent_0/ "
64
+ < img src ="http://s09.flagcounter.com/countxl/bG4O/bg_fffa00 /txt_000000/border_000000 /columns_3/maxflags_100/viewers_0/labels_0/pageviews_1/flags_0/percent_0/ "
65
65
alt ="Flag Counter ">
66
66
</ a >
67
67
</ p >
Original file line number Diff line number Diff line change 30
30
is3D : true ,
31
31
'width' : 400 ,
32
32
'height' : 330 ,
33
- 'titleTextStyle' : { 'color' : 'black' } } ;
33
+ 'titleTextStyle' : { 'color' : 'black' , bold : true } ,
34
+ 'backgroundColor' : '#fffa00' } ;
34
35
// Instantiate and draw our chart, passing in some options.
35
36
var chart = new google . visualization . PieChart ( document . getElementById ( 'chart_div_developer_name' ) ) ;
36
37
chart . draw ( data , options ) ;
46
47
is3D : true ,
47
48
'width' : 400 ,
48
49
'height' : 330 ,
49
- 'titleTextStyle' : { 'color' : 'black' } } ;
50
+ 'titleTextStyle' : { 'color' : 'black' , bold : true } ,
51
+ 'backgroundColor' : '#fffa00' } ;
50
52
// Instantiate and draw our chart, passing in some options.
51
53
var chart = new google . visualization . PieChart ( document . getElementById ( 'chart_div_all' ) ) ;
52
54
chart . draw ( data , options ) ;
Original file line number Diff line number Diff line change 3
3
*/
4
4
.site-header {
5
5
border-top : 5px solid $grey-color-dark ;
6
- border-bottom : 1 px solid $grey-color-light ;
6
+ border-bottom : 5 px solid $grey-color-dark ;
7
7
min-height : 56px ;
8
- background-color : $peach ;
8
+ background-color : #FF00FF ;
9
9
// Positioning context for the mobile navigation icon
10
10
position : relative ;
11
11
font-weight : bold ;
12
+ padding-bottom : 7px ;
12
13
}
13
14
14
15
.site-title {
48
49
position : absolute ;
49
50
top : 9px ;
50
51
right : $spacing-unit / 2 ;
51
- background-color : $background-color ;
52
- border : 1 px solid $grey-color-light ;
53
- border-radius : 5 px ;
52
+ background-color : #66ff00 ;
53
+ border : 5 px solid $grey-color-dark ;
54
+ border-radius : 20 px ;
54
55
text-align : right ;
55
56
56
57
.menu-icon {
100
101
* Site footer
101
102
*/
102
103
.site-footer {
103
- border-top : 1 px solid $grey-color-light ;
104
+ border-top : 5 px solid $grey-color-dark ;
104
105
padding : $spacing-unit 0 ;
106
+ background-color : $background-color ;
105
107
}
106
108
107
109
.footer-heading {
124
126
125
127
}
126
128
127
- body { background-color : white ;}
128
-
129
129
.footer-col {
130
130
float : left ;
131
131
margin-bottom : $spacing-unit / 2 ;
@@ -181,6 +181,7 @@ pre, .footer-col p {
181
181
*/
182
182
.page-content {
183
183
padding : $spacing-unit 0 ;
184
+ background-color : white ;
184
185
185
186
}
186
187
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $base-line-height: 1.5;
15
15
$spacing-unit : 30px ;
16
16
17
17
$text-color : #111 ;
18
- $background-color : #fdfdfd ;
18
+ $background-color : #fffa00 ;
19
19
$brand-color : #2a7ae2 ;
20
20
21
21
$grey-color : #828282 ;
You can’t perform that action at this time.
0 commit comments