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;
+}