File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ $content-width: 960px !default;
60
60
top : 90px ;
61
61
font-size : 12px ;
62
62
line-height : 1.45 ;
63
- box-shadow : 0 0 17px rgba (0 ,0 ,0 ,.2 );
63
+ background-color : #f9f9f9 ;
64
+ border : 1px dashed ;
65
+ border-color : #cacaca ;
64
66
}
65
67
66
68
@media (max-width : 1199.98px ) {
@@ -83,8 +85,6 @@ $content-width: 960px !default;
83
85
display : block ;
84
86
padding : 10px ;
85
87
border-radius : 4px ;
86
- background-color : #fff ;
87
- box-shadow : 0 1px 3px hsla (0 , 0% , 0% , .05 );
88
88
}
89
89
90
90
#carbonads .carbon-wrap {
@@ -111,10 +111,14 @@ $content-width: 960px !default;
111
111
text-transform : uppercase ;
112
112
letter-spacing : .5px ;
113
113
font-weight : 500 ;
114
- font-size : 8 px ;
114
+ font-size : 10 px ;
115
115
line-height : 1 ;
116
116
}
117
117
118
+ #carbonads .carbon-poweredby :hover {
119
+ color : #637381 ;
120
+ }
121
+
118
122
@media only screen and (min-width : 320px ) and (max-width : 759px ) {
119
123
.carbon-text {
120
124
font-size : 14px ;
You can’t perform that action at this time.
0 commit comments