mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved link bugs
This commit is contained in:
		| @@ -86,10 +86,6 @@ input:focus, textarea:focus, select:focus { | ||||
|     box-shadow: 0 0 5px var(--shadow-color); | ||||
| } | ||||
|  | ||||
| .bg-light{ | ||||
|     background-color: var(--background-color) !important; | ||||
| } | ||||
|  | ||||
| /* Navigation (Background and Text Colors) */ | ||||
| .navbar, .navbar-light, .navbar-dark { | ||||
|     background-color: var(--background-color) !important; | ||||
| @@ -100,8 +96,8 @@ input:focus, textarea:focus, select:focus { | ||||
|     color: var(--button-text-color) !important; | ||||
| } | ||||
|  | ||||
| .navbar .dropdown-item a { | ||||
|     color: var(--background-color) !important; | ||||
| .navbar a.dropdown-item{ | ||||
|     color: var(--background-dark-color) !important; | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user