visuddhinanda 3 роки тому
батько
коміт
3a93be3c89
1 змінених файлів з 8 додано та 0 видалено
  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;
+}