Create 1.css

This commit is contained in:
RegimenArsenic
2023-03-18 22:35:06 +08:00
committed by GitHub
parent 8761a59c16
commit b013b283b3

View File

@@ -17,6 +17,17 @@ ol,pre {
padding: 0.5rem 1.5rem 0.5rem;
color: black;
border-radius: 10px;
overflow-y: auto;
}
pre::-webkit-scrollbar{
width: 0px;
height:5px;
}
pre::-webkit-scrollbar-thumb{
border-right: 10px #ffffff00 solid;
border-left: 10px #ffffff00 solid;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.to .typing_loader {
animation: typing-black 1s linear infinite alternate;