瀏覽代碼

refactor: anchor styling

Kristian Vos 3 年之前
父節點
當前提交
56fc33cd9e
共有 1 個文件被更改,包括 6 次插入1 次删除
  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 {