// change file name + little site icon
// add cover picture when site link is sent/posted
lindley's site~
// disable copy and paste
// change highlight color
::selection {
/* Change highlight background color */
background: #f7abcf;
/* Change highlight text color */
color: #FFFFFF;
}
// body code i use for most sites
body {
background-image: url('https://i7.glitter-graphics.org/pub/676/676657yhxq5o5bjd.gif');
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
}
// hidden scrollbar
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}
// links
a {text-decoration: none; color: black; }