Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 9726922

Browse files
committed
Modify ad style
1 parent 3871e03 commit 9726922

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

assets/main.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ $content-width: 960px !default;
6060
top: 90px;
6161
font-size: 12px;
6262
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;
6466
}
6567

6668
@media (max-width: 1199.98px) {
@@ -83,8 +85,6 @@ $content-width: 960px !default;
8385
display: block;
8486
padding: 10px;
8587
border-radius: 4px;
86-
background-color: #fff;
87-
box-shadow: 0 1px 3px hsla(0, 0%, 0%, .05);
8888
}
8989

9090
#carbonads .carbon-wrap {
@@ -111,10 +111,14 @@ $content-width: 960px !default;
111111
text-transform: uppercase;
112112
letter-spacing: .5px;
113113
font-weight: 500;
114-
font-size: 8px;
114+
font-size: 10px;
115115
line-height: 1;
116116
}
117117

118+
#carbonads .carbon-poweredby:hover {
119+
color: #637381;
120+
}
121+
118122
@media only screen and (min-width: 320px) and (max-width: 759px) {
119123
.carbon-text {
120124
font-size: 14px;

0 commit comments

Comments
 (0)