2 parents 242e5cb + c8d24dc commit 62752f4Copy full SHA for 62752f4
1 file changed
src/styles/global.css
@@ -100,6 +100,18 @@ input {
100
}
101
table {
102
width: 100%;
103
+ border-collapse: collapse;
104
+}
105
+table thead tr {
106
+ border-bottom: 2px solid var(--accent);
107
108
+table tbody tr {
109
+ border-bottom: 1px solid var(--accent);
110
111
+table th,
112
+table td {
113
+ padding: 0.5em 1em;
114
+ text-align: left;
115
116
img {
117
max-width: 100%;
0 commit comments