A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

Added a background color

If the user didn't have the image loaded, the background would be pure white

steve0greatness,
created on Thursday, 16 May 2024, 23:33:05 (1715902385), received on Thursday, 16 May 2024, 23:45:39 (1715903139)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

6383fce453a258a65c0bfa084ca10e96913bb27a

static/src/global.css

@@ -11,6 +11,7 @@ html {

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            body {
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                background-image: url("/Background.webp");
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            background-color: #000;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                color: #fff;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            }