Skip to content

Commit f50aba2

Browse files
authored
CMS content code block and table styling tweaks (#2029)
1 parent 240eafa commit f50aba2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

static/css/landing-style.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ h5 {font-size: 0.69rem; font-weight:700;}
2929
h6 {}
3030
ul {}
3131
ol {}
32-
code, pre {
33-
font-family: monospace;
34-
font-size: 0.88rem;
35-
display: inline;
36-
font-weight: 500;
37-
color: #187645;
38-
}
32+
33+
table {font-size:.8rem; width:100%;border:2px solid #f1f1f1; border-collapse: collapse;
34+
border-spacing: 0;}
35+
table th, table td {padding:.3rem; text-align: left; border:2px solid #f1f1f1;}
36+
table th {background-color:f1f1f1}
37+
38+
.codehilite { padding: 1rem; }
3939

4040
.section {}
4141
.inset {padding-left:50px}

0 commit comments

Comments
 (0)