Skip to content

Commit

Permalink
Merge pull request #1 from Warface/main
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
Warface authored Feb 28, 2023
2 parents a4572ed + fe71aa4 commit 5f05c9f
Showing 1 changed file with 19 additions and 48 deletions.
67 changes: 19 additions & 48 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,56 +10,27 @@
License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

/* Reset */
*,
:after,
:before {
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
html,
body {
font-size: 100%;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
}
.clear:after,
.clear:before {
content: " ";
display: table;
*::before,
*::after {
box-sizing: border-box;
}
.clear:after {
clear: both;
* {
margin: 0;
padding: 0;
font: inherit;
}
.clear {
*zoom: 1;
html {
color-scheme: dark light;
}
img {
max-width: 100%;
vertical-align: bottom;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
color: #000;
}
a:active,
a:focus,
a:hover {
outline: 0;
text-decoration: none;
background: none;
}
input:focus {
outline: 0;
border: 1px solid #04a4cc;
body {
min-height: 100vh;
}
img,
picture,
svg,
video {
display: block;
max-width: 100%;
}

0 comments on commit 5f05c9f

Please sign in to comment.