|  | @@ -3,7 +3,6 @@
 | 
	
		
			
				|  |  |  :root {
 | 
	
		
			
				|  |  |    --bg-color-island: rgba(255, 255, 255, 0.9);
 | 
	
		
			
				|  |  |    --popup-background-color: #{$oc-white};
 | 
	
		
			
				|  |  | -  --border-radius-m: 4px;
 | 
	
		
			
				|  |  |    --space-factor: 0.25rem;
 | 
	
		
			
				|  |  |    --button-gray-1: #{$oc-gray-2};
 | 
	
		
			
				|  |  |    --button-gray-2: #{$oc-gray-4};
 | 
	
	
		
			
				|  | @@ -15,7 +14,6 @@
 | 
	
		
			
				|  |  |    --icon-fill-color: #{$oc-black};
 | 
	
		
			
				|  |  |    --icon-green-fill-color: #{$oc-green-9};
 | 
	
		
			
				|  |  |    --keybinding-color: #{$oc-gray-5};
 | 
	
		
			
				|  |  | -  --color-overlay-text-color: #ccc;
 | 
	
		
			
				|  |  |    --sat: env(safe-area-inset-top);
 | 
	
		
			
				|  |  |    --sab: env(safe-area-inset-bottom);
 | 
	
		
			
				|  |  |    --sal: env(safe-area-inset-left);
 | 
	
	
		
			
				|  | @@ -23,8 +21,6 @@
 | 
	
		
			
				|  |  |    --text-color-primary: #{$oc-gray-8};
 | 
	
		
			
				|  |  |    --shadow-island: 0 1px 5px #{transparentize($oc-black, 0.85)};
 | 
	
		
			
				|  |  |    --overlay-background-color: #{transparentize($oc-white, 0.12)};
 | 
	
		
			
				|  |  | -  --border-radius-m: 4px;
 | 
	
		
			
				|  |  | -  --space-factor: 0.25rem;
 | 
	
		
			
				|  |  |    --dropdown-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"><path d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/></svg>');
 | 
	
		
			
				|  |  |    --focus-highlight-color: #{$oc-blue-2};
 | 
	
		
			
				|  |  |    --select-highlight-color: #{$oc-blue-5};
 | 
	
	
		
			
				|  | @@ -35,6 +31,7 @@
 | 
	
		
			
				|  |  |    --popup-secondary-background-color: #{$oc-gray-1};
 | 
	
		
			
				|  |  |    --popup-text-color: #{$oc-black};
 | 
	
		
			
				|  |  |    --popup-text-inverted-color: #{$oc-white};
 | 
	
		
			
				|  |  | +  --dialog-border: #{$oc-gray-6};
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  .excalidraw {
 | 
	
	
		
			
				|  | @@ -60,10 +57,8 @@
 | 
	
		
			
				|  |  |      --icon-fill-color: #{$oc-gray-4};
 | 
	
		
			
				|  |  |      --icon-green-fill-color: #{$oc-green-4};
 | 
	
		
			
				|  |  |      --keybinding-color: #{$oc-gray-6};
 | 
	
		
			
				|  |  | -    --color-overlay-text-color: #bbb;
 | 
	
		
			
				|  |  |      --shadow-island: 0 1px 5px #{transparentize($oc-black, 0.7)};
 | 
	
		
			
				|  |  |      --overlay-background-color: rgba(30, 30, 30, 0.88);
 | 
	
		
			
				|  |  | -    // #{$oc-gray-4}; inlined
 | 
	
		
			
				|  |  |      --dropdown-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292 292"><path fill="%23ced4da" d="M287 197L159 69c-4-3-8-5-13-5s-9 2-13 5L5 197c-3 4-5 8-5 13s2 9 5 13c4 4 8 5 13 5h256c5 0 9-1 13-5s5-8 5-13-1-9-5-13z"/></svg>');
 | 
	
		
			
				|  |  |      --focus-highlight-color: #{$oc-blue-6};
 | 
	
		
			
				|  |  |      --select-highlight-color: #{$oc-blue-4};
 | 
	
	
		
			
				|  | @@ -74,5 +69,6 @@
 | 
	
		
			
				|  |  |      --popup-secondary-background-color: #222;
 | 
	
		
			
				|  |  |      --popup-text-color: #{$oc-gray-4};
 | 
	
		
			
				|  |  |      --popup-text-inverted-color: #2c2c2c;
 | 
	
		
			
				|  |  | +    --dialog-border: #{$oc-gray-9};
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 |