mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Enhance light theme styles by adding color properties for section titles and utility cards.
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1242,7 +1242,17 @@ main article .card-grid {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.page-rwa-tokenization {
 | 
			
		||||
 | 
			
		||||
  .section-title {
 | 
			
		||||
    color: $black;
 | 
			
		||||
  }
 | 
			
		||||
  .utility-card {
 | 
			
		||||
  .utility-title{
 | 
			
		||||
    color: $black;
 | 
			
		||||
  }
 | 
			
		||||
  .utility-description {
 | 
			
		||||
    color: $black;
 | 
			
		||||
  }
 | 
			
		||||
 }
 | 
			
		||||
  $icons: (
 | 
			
		||||
    'low-fees': '../img/tokenization/lightmode/low-fees.png',
 | 
			
		||||
    'access': '../img/tokenization/lightmode/cross-chain.png',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user