37 lines
		
	
	
		
			480 B
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			480 B
		
	
	
	
		
			CSS
		
	
	
	
| .link-no-decor {
 | |
|     color: white!important;
 | |
|     text-decoration: none!important;
 | |
|     cursor: pointer!important;
 | |
| }
 | |
| 
 | |
| .link-no-decor:hover {
 | |
|     color: #093160!important;
 | |
| }
 | |
| 
 | |
| .cursor-pointer {
 | |
|     cursor: pointer!important;
 | |
| }
 | |
| 
 | |
| .card-bg {
 | |
|     background-color: #212022!important;
 | |
|     color: white!important;
 | |
| }
 | |
| 
 | |
| a:link {
 | |
|     color: aqua;
 | |
| }
 | |
| 
 | |
| a:visited {
 | |
|     color: darkorange;
 | |
| }
 | |
| 
 | |
| a:active {
 | |
|     color: crimson;
 | |
| }
 | |
| 
 | |
| .feedback {
 | |
|     position: absolute;
 | |
|     right:    0;
 | |
|     bottom:   0;
 | |
| }
 |