Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0.1 #2112

Merged
merged 3 commits into from
Feb 12, 2019
Merged

7.0.1 #2112

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
7.0.1
  • Loading branch information
roblarsen committed Feb 12, 2019
commit 189dcf36f9ebbf19c7e0896a6f21afbd25e99eb4
1 change: 1 addition & 0 deletions dist/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -1221,3 +1221,4 @@ FileETag None
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteRule ^(.+)\.(\w+)\.(bmp|css|cur|gif|ico|jpe?g|m?js|png|svgz?|webp|webmanifest)$ $1.$3 [L]
# </IfModule>

7 changes: 1 addition & 6 deletions dist/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*! HTML5 Boilerplate v7.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
Expand Down Expand Up @@ -28,11 +28,6 @@
* Customize the background color to match your design.
*/

::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}

::selection {
background: #b3d4fc;
text-shadow: none;
Expand Down