Skip to content

Commit 6dd5009

Browse files
committed
more style tweaks
1 parent b03badb commit 6dd5009

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

ValeStyles/test/adoc/styles.hbs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
div.error { border-color: #e53935;
1515
border-width: 5px }
1616
span.error { color: #e53935; font-weight: bold;}
17-
pre { padding: 1em; border-radius: 3px; overflow-x: auto; }
17+
pre {
18+
background-color: cornsilk;
19+
padding: 1em;
20+
margin: 1em;
21+
border-radius: 6px;
22+
overflow-x: auto; }
1823
.meta { color: #888; font-size: 0.9em; }
24+
mark { font-weight: bold; }
1925
</style>
2026
</head>
2127
<body>

ValeStyles/test/adoc/styles.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@
1414
div.error { border-color: #e53935;
1515
border-width: 5px }
1616
span.error { color: #e53935; font-weight: bold;}
17-
pre { padding: 1em; border-radius: 3px; overflow-x: auto; }
17+
pre {
18+
background-color: cornsilk;
19+
padding: 1em;
20+
margin: 1em;
21+
border-radius: 6px;
22+
overflow-x: auto; }
1823
.meta { color: #888; font-size: 0.9em; }
24+
mark { font-weight: bold; }
1925
</style>
2026
</head>
2127
<body>

0 commit comments

Comments
 (0)