Skip to content
Snippets Groups Projects
Verified Commit 834ebf37 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

style_Rmd.css: add contour for answers

parent bbc65f73
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,19 @@ body {
font-size: 22px;
}
details {
border: 4px;
border-style: solid;
border-color: #999999;
background-color: #E6E6E6;
padding-right: 1em;
padding-left: 1em;
text-align: left;
border-radius: 5px 4px 3px 2px;
font-weight: 300;
font-size: 22px;
}
@font-face {
font-family: "Yanone Kaffeesatz";
src: url("../www/YanoneKaffeesatz-Bold.ttf");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment