mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Merge pull request #140 from dengr1065/patch-1
Dark theme for changelog and completed upgrades
This commit is contained in:
		
						commit
						c571c088e6
					
				@ -241,6 +241,10 @@
 | 
			
		||||
 | 
			
		||||
                            &.complete {
 | 
			
		||||
                                background-color: $colorGreenBright;
 | 
			
		||||
                                
 | 
			
		||||
                                @include DarkThemeOverride {
 | 
			
		||||
                                    background-color: $colorGreenBright;
 | 
			
		||||
                                }
 | 
			
		||||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
@ -14,6 +14,10 @@
 | 
			
		||||
        padding: 10px;
 | 
			
		||||
        box-sizing: border-box;
 | 
			
		||||
        background: #eef1f4;
 | 
			
		||||
        
 | 
			
		||||
        @include DarkThemeOverride {
 | 
			
		||||
            background: #424242;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .version {
 | 
			
		||||
            @include Heading;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user