File tree 1 file changed +20
-4
lines changed
1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -230,9 +230,9 @@ <h1 class="text">Oops. The page you're looking for doesn't exist.</h1>
230
230
margin-top : 4rem ;
231
231
padding : 1.2rem 3rem ;
232
232
color : white;
233
- color : # 01ac88 ;
233
+ color : # 9dd5c0 ;
234
234
/* background-color: #04cba0; */
235
- border : # 01ac88 ;
235
+ border : # 9dd5c0 ;
236
236
border-width : 2px ;
237
237
border-style : solid;
238
238
transition : all 0.15s ease-in-out
@@ -242,7 +242,7 @@ <h1 class="text">Oops. The page you're looking for doesn't exist.</h1>
242
242
243
243
.button : hover {
244
244
color : white;
245
- background-color : # 01ac88 ;
245
+ background-color : # 9dd5c0 ;
246
246
font-weight : bold;
247
247
}
248
248
@@ -258,7 +258,23 @@ <h1 class="text">Oops. The page you're looking for doesn't exist.</h1>
258
258
}
259
259
260
260
.byLink {
261
- color : # 04cba0 ;
261
+ color : # 9dd5c0 ;
262
+ }
263
+
264
+ /* custom ::selection */
265
+ ::selection {
266
+ background : # 9dd5c0 ;
267
+ color : # fff ;
268
+ }
269
+
270
+ ::-moz-selection {
271
+ background : # 9dd5c0 ;
272
+ color : # fff ;
273
+ }
274
+
275
+ ::-webkit-selection {
276
+ background : # 9dd5c0 ;
277
+ color : # fff ;
262
278
}
263
279
</ style >
264
280
</ body >
You can’t perform that action at this time.
0 commit comments