parent
							
								
									c2208fb1c5
								
							
						
					
					
						commit
						ba9e11870c
					
				|  | @ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| --> | ||||
| 
 | ||||
| <template> | ||||
| <div :class="[$style.spacer, defaultStore.reactiveState.darkMode.value ? $style.dark : $style.light]"></div> | ||||
| <div :class="[$style.spacer, defaultStore.reactiveState.darkMode ? $style.dark : $style.light]"></div> | ||||
| </template> | ||||
| 
 | ||||
| <script lang="ts" setup> | ||||
|  | @ -22,7 +22,7 @@ import { defaultStore } from '@/store.js'; | |||
| 	background-color: rgba(255, 255, 255, 0); | ||||
| 
 | ||||
| 	&.light { | ||||
| 		background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, #00000010 16px, #00000010 20px ); | ||||
| 		background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, #00000026 16px, #00000026 20px ); | ||||
| 	} | ||||
| 
 | ||||
| 	&.dark { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue