Browse Source

refactor: anchor styling

Kristian Vos 3 năm trước cách đây
mục cha
commit
56fc33cd9e
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      frontend/src/App.vue

+ 6 - 1
frontend/src/App.vue

@@ -698,6 +698,12 @@ textarea {
 a {
 	color: var(--primary-color);
 	text-decoration: none;
+	cursor: pointer;
+
+	&:hover,
+	&:focus {
+		filter: brightness(90%);
+	}
 }
 
 table {
@@ -1600,7 +1606,6 @@ h4.section-title {
 .content-box-optional-helper {
 	margin-top: 15px;
 	color: var(--primary-color);
-	text-decoration: underline;
 	font-size: 16px;
 
 	a {