visuddhinanda 2 years ago
parent
commit
3a93be3c89
1 changed files with 8 additions and 0 deletions
  1. 8 0
      dashboard/src/components/template/style.css

+ 8 - 0
dashboard/src/components/template/style.css

@@ -0,0 +1,8 @@
+.pcd_word {
+  text-decoration: none;
+  text-underline-offset: 4px;
+  cursor: pointer;
+}
+.pcd_word:hover {
+  text-decoration: underline dotted;
+}