Переглянути джерело

Change logo/header styling

sbkwgh 7 роки тому
батько
коміт
e23568b762
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      frontend/src/App.vue

+ 2 - 1
frontend/src/App.vue

@@ -474,7 +474,7 @@
 	}
 
 	.logo {
-		@include text($font--role-emphasis, 2rem, normal);
+		@include text($font--role-emphasis, 2rem, 600);
 		@include user-select(none);
 		cursor: pointer;
 		background: none;
@@ -485,6 +485,7 @@
 
 
 		&:hover, &:visited, &:active {
+			outline: none;
 			color: $color__text--primary;
 		}
 	}