slight css customization

This commit is contained in:
Masataro Asai 2016-01-09 22:42:42 +09:00
parent a4fadb1012
commit 8c1e760325
3 changed files with 24 additions and 6 deletions

1
.gitignore vendored
View file

@ -26,3 +26,4 @@ scripts/homebrew
#* #*
/documents/.sass-cache/ /documents/.sass-cache/
/documents/html/ros.css.map /documents/html/ros.css.map
/documents/ros.css.map

View file

@ -1,6 +1,24 @@
.author { .author {
font-size : smaller; font-size: smaller;
font-style : italic; font-style: italic; }
}
body {
padding-left: 2em;
background-color: lightgrey; }
a {
color: limegreen; }
a:visited {
color: #28a428; }
a:hover {
color: #5bd75b; }
code {
color: #145214; }
dl {
padding-left: 2em; }
dl dt {
font-weight: bold; }
/*# sourceMappingURL=ros.css.map */

View file

@ -30,4 +30,3 @@ dl {
font-weight:bold; font-weight:bold;
} }
} }