File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -1020,7 +1020,7 @@ export default function App() {
1020
1020
< span > { new Date ( h . at ) . toLocaleDateString ( ) } </ span >
1021
1021
</ div >
1022
1022
</ div >
1023
- < div className = "text-md opacity-70 flex-shrink-0 ml-2 text-amber-500 " > view ></ div >
1023
+ < div className = "text-md font-semibold opacity-70 flex-shrink-0 ml-2 text-green-400 " > view ></ div >
1024
1024
</ div >
1025
1025
) )
1026
1026
) }
Original file line number Diff line number Diff line change 91
91
animation : celebrationPulse 2s ease-in-out infinite;
92
92
}
93
93
94
+ ::-webkit-scrollbar {
95
+ width : 3px ; /* Adjust as needed for the desired thinness */
96
+ background : transparent; /* Makes the overall scrollbar transparent */
97
+ }
98
+ ::-webkit-scrollbar-track {
99
+ background : transparent; /* Makes the scrollbar track transparent */
100
+ }
101
+ ::-webkit-scrollbar-thumb {
102
+ background-color : rgba (211 , 211 , 211 , 0.378 );
103
+ border-radius : 2px ;
104
+ }
105
+
106
+ ::-webkit-scrollbar-button {
107
+ display : none; /* Hides the scrollbar buttons */
108
+ }
You can’t perform that action at this time.
0 commit comments