François Drouhard 1 рік тому
батько
коміт
c2715b0d25
1 змінених файлів з 15 додано та 0 видалено
  1. 15 0
      assets/styles/counter.css

+ 15 - 0
assets/styles/counter.css

@@ -76,7 +76,22 @@
   .read-the-docs {
     color: #888;
   }
+
+  .table {
+    border-collapse: collapse;
+    border-style: none;
+  }
+
+  .table td, .table td {
+    padding: 0.2rem 1rem;
+  }
   
+.table tr {
+  border-bottom: #747bff;
+  border-radius: 3px;
+  border-bottom-style: groove;
+}
+
   a {
     font-weight: 500;
   }