visuddhinanda 3 ani în urmă
părinte
comite
3a93be3c89
1 a modificat fișierele cu 8 adăugiri și 0 ștergeri
  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;
+}