mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
10 lines
113 B
CSS
10 lines
113 B
CSS
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
scroll-behavior: smooth;
|
|
|
|
}
|
|
|
|
body{
|
|
background-color:rgb(83, 83, 83) ;
|
|
} |