Skip to content

Commit be30243

Browse files
committed
chore(css): remove outdated prefix
1 parent 2ea69fd commit be30243

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

assets/css/style.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ pre {
6565
background-color: light-dark(#f5f5f5, #151515);
6666
border: 1px solid light-dark(#ccc, #222);
6767
border: 1px solid rgba(0, 0, 0, 0.15);
68-
-webkit-border-radius: 4px;
69-
-moz-border-radius: 4px;
7068
border-radius: 4px;
7169
}
7270

@@ -132,8 +130,6 @@ body {
132130
#page-wrap {width:1000px; margin:0px auto; border:1px solid light-dark(#fff, #111); padding:20px;}
133131

134132
header {background:light-dark(#fff, #171717); padding:10px 20px 12px 20px; position:relative;
135-
-moz-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222);
136-
-webkit-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222);
137133
box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222);
138134
border-radius:12px 12px 0px 0px;
139135
}
@@ -162,7 +158,7 @@ opacity:0.8;
162158
#page-content {
163159
background:light-dark(#ffffe5,#141400); /* #FFFFE5 BACKGROUND_COLOR - pale yellow/cream from colormap.cc */
164160
position:relative; padding:20px 20px 0px 20px;
165-
-moz-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); -webkit-box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222); box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222);
161+
box-shadow: 1px 1px 12px 2px light-dark(#aaa, #222);
166162
border-radius:0px 0px 12px 12px;
167163
}
168164

@@ -195,8 +191,7 @@ section {margin-bottom:20px; background:light-dark(#fff, #1b1b1b); border-radius
195191
.github-ribbon {float: right; position: relative; top: -10px; right: -20px; border: 0; z-index: 0;}
196192

197193
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
198-
::-moz-selection {background: #000; color: light-dark(#fff, #1b1b1b); text-shadow: none;}
199-
::selection {background: #000; color: light-dark(#fff, #1b1b1b); text-shadow: none;}
194+
::selection {background: #000; color: light-dark(#fff, #1b1b1b); text-shadow: none;}
200195

201196
/* j.mp/webkit-tap-highlight-color */
202197
a:link {-webkit-tap-highlight-color: #1b2f01;}

0 commit comments

Comments
 (0)