Browse Source

Mise en forme

François Drouhard 1 năm trước cách đây
mục cha
commit
c2715b0d25
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  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;
   }