feat: some small improvments
This commit is contained in:
		| @@ -49,3 +49,22 @@ input[type=number] { | ||||
|   background-size: contain; | ||||
|   background-position: 0px 0px; | ||||
| } | ||||
|  | ||||
| .desaturated { | ||||
|   transition: backdrop-filter 0.3s ease; | ||||
|   backdrop-filter: contrast(0.8) saturate(0.8); | ||||
| } | ||||
|  | ||||
| .desaturated:hover{ | ||||
|   backdrop-filter: contrast(1) saturate(1); | ||||
| } | ||||
|  | ||||
| .octicon-link { | ||||
|   width: 14px; | ||||
|   height: 14px; | ||||
|   margin-top: 2px; | ||||
| } | ||||
|  | ||||
| .octicon-link path { | ||||
|   fill: #dcdbdc; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user