mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 14:05:08 +10:00
added sidebar toggle feature and confirmation prompt before deleting any list-item
This commit is contained in:
@@ -7,6 +7,22 @@ body {
|
||||
@apply transition-colors duration-200 ease-in-out;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-track {
|
||||
box-shadow: inset 0 0 6px grey;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background-color: darkgrey;
|
||||
border-radius: 20px;
|
||||
outline: 1px solid slategrey;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply font-semibold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user