Fix some things

This commit is contained in:
tarikjaber
2023-02-28 19:36:44 -05:00
parent 5045851f4d
commit 32e3d9134e

View File

@@ -111,7 +111,7 @@ code {
#print-area {
padding: 20px;
/*display: none;*/
display: none;
}
a {
@@ -155,3 +155,19 @@ p {
float: right;
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}