We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c42c8 commit ee0ca50Copy full SHA for ee0ca50
assets/sass/_variables.scss
@@ -11,6 +11,7 @@ body {
11
--bg-accent2: #DABA00;
12
--color-onDark: #FFFFFF;
13
--color-onLight: #000000;
14
+ --color-table-border: #5B5B5B;
15
--border-radius-s: .4rem;
16
--border-radius-m: .8rem;
17
--border-radius-l: 1.2rem;
assets/sass/content.scss
@@ -10,4 +10,16 @@ code {
10
background-color: var(--bg-accent);
padding: .2rem .8rem;
border-radius: var(--border-radius-s);
+}
+
+table {
+ margin-bottom: .6rem;
18
19
+tr {
20
+ border-bottom: .1rem solid var(--color-table-border);
21
22
23
+th, td {
24
+ padding: .6rem 2rem .6rem 0;
25
}
0 commit comments