Browse Source

Mise en forme

François Drouhard 1 month ago
parent
commit
c2715b0d25
1 changed files with 15 additions and 0 deletions
  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;
   }