html {
cursor: url(nat996.png) 30 30, pointer;
}
user agent stylesheet
:root {
view-transition-name: root;
}
user agent stylesheet
html {
display: block;
}
::-webkit-scrollbar {
width: 14px;
height: 10px;
}
::-webkit-scrollbar-button {
display: block;
width: 14px;
height: 16px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(90deg, rgba(238, 238, 238, 1) 38%, rgba(206, 206, 206, 1) 62%);
border: 1.5px solid #888888;
border-radius: 5px;
}
::-webkit-scrollbar-track {
background: linear-gradient(90deg, rgba(230, 230, 230, 1) 6%, rgba(240, 240, 240, 1) 18%);
}
::selection {
background: #ffe0f5;
color: white;
}