瀏覽代碼

Mise en forme

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