Skip to content

Commit 14ed7ef

Browse files
committed
Initial
1 parent 067977c commit 14ed7ef

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

satdigitalinvoice/markdown_styles/markdown6_nopage.css

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99
border-radius: 0px; /* rounded corners (optional) */
1010
}
1111

12+
.inverted-text {
13+
background-color: black;
14+
color: white;
15+
padding: 10px 50px 10px 50px;
16+
display: inline-block;
17+
border-radius: 4px; /* optional, for rounded corners */
18+
font-size:24px
19+
}
20+
21+
html {
22+
border: 1px solid #969696;;
23+
height: 100%;
24+
width: 100%
25+
box-sizing: border-box;
26+
}
27+
1228
/* Main CSS from the Markdown Viewer Extension */
1329
body,h1{
1430
color:#000
@@ -46,7 +62,7 @@ hr,table{
4662
width:100%
4763
}
4864
hr{
49-
color:#919699;
65+
color:#969696;
5066
size:1;
5167
noshade:"noshade"
5268
}
@@ -119,8 +135,8 @@ li>a+p,li>p+p{
119135
display:block
120136
}
121137
table{
122-
border-top:1px solid #919699;
123-
border-left:1px solid #919699;
138+
border-top:1px solid #969696;
139+
border-left:1px solid #969696;
124140
border-spacing:0
125141
}
126142
table td,table th{

0 commit comments

Comments
 (0)