32 lines
		
	
	
		
			488 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			488 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* #docplaster */
 | |
| /* #docregion css */
 | |
| h1 {
 | |
|   font-size: 1.2em;
 | |
|   color: #999;
 | |
|   margin-bottom: 0;
 | |
| }
 | |
| h2 {
 | |
|   font-size: 2em;
 | |
|   margin-top: 0;
 | |
|   padding-top: 0;
 | |
| }
 | |
| nav a {
 | |
|   padding: 5px 10px;
 | |
|   text-decoration: none;
 | |
|   margin-top: 10px;
 | |
|   display: inline-block;
 | |
|   background-color: #eee;
 | |
|   border-radius: 4px;
 | |
| }
 | |
| nav a:visited, a:link {
 | |
|   color: #607D8B;
 | |
| }
 | |
| nav a:hover {
 | |
|   color: #039be5;
 | |
|   background-color: #CFD8DC;
 | |
| }
 | |
| nav a.router-link-active {
 | |
|   color: #039be5;
 | |
| }
 | |
| /* #enddocregion css */
 |