A mirror of my website's source code.

Added a background color

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

by steve0greatness, Thursday, 16 May 2024, 23:33:05 (1715902385), pushed by steve0greatness, 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;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            }