portfolio / styles /style.css
louisbrulenaudet's picture
Upload 78 files
503881f verified
raw
history blame contribute delete
No virus
956 Bytes
@charset "UTF-8";
@font-face {
font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal;
font-display: swap;
}
:focus {
outline: 0;
}
img {
-webkit-tap-highlight-color: transparent;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
image-rendering: high-quality;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-webkit-tap-highlight-color: rgba(0,0,0,0);
list-style: none;
font-weight: 400;
border: none;
background: none;
font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
::selection {
color: #0B79ED;
background: 0 0;
}
::-moz-selection {
color: #0B79ED;
background: 0 0;
}
html {
background-color: #fff;
scroll-behavior: smooth;
}
a {
text-decoration: none;
cursor: pointer;
}