瀏覽代碼

Updated admin tab styling

theflametrooper 8 年之前
父節點
當前提交
18f3809283
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      frontend/components/pages/Admin.vue

+ 6 - 1
frontend/components/pages/Admin.vue

@@ -61,4 +61,9 @@
 	}
 </script>
 
-<style lang='scss' scoped></style>
+<style lang='scss' scoped>
+	.is-active a {
+		color: #03a9f4 !important;
+		border-color: #03a9f4 !important;
+	}
+</style>