File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
satdigitalinvoice/markdown_styles Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 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: bor der- box;
26+ }
27+
1228/* Main CSS from the Markdown Viewer Extension */
1329body , h1 {
1430 color : # 000
@@ -46,7 +62,7 @@ hr,table{
4662 width : 100%
4763}
4864hr {
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}
121137table {
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}
126142table td , table th {
You can’t perform that action at this time.
0 commit comments