mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-20 21:01:31 +02:00
Custom scrollbar styles
This commit is contained in:
@@ -22,6 +22,19 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
height: 0.5rem;
|
||||
width: 0.5rem;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: var(--color-gray-5);
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
/* Layout */
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
@@ -87,7 +100,7 @@ pre {
|
||||
box-shadow: none;
|
||||
color: #FFF;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1rem;
|
||||
height: 100%;
|
||||
line-height: 1.5;
|
||||
margin: 0px;
|
||||
|
Reference in New Issue
Block a user