mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
slight css customization
This commit is contained in:
parent
a4fadb1012
commit
8c1e760325
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,3 +26,4 @@ scripts/homebrew
|
|||
#*
|
||||
/documents/.sass-cache/
|
||||
/documents/html/ros.css.map
|
||||
/documents/ros.css.map
|
||||
|
|
|
|||
|
|
@ -1,6 +1,24 @@
|
|||
|
||||
|
||||
.author {
|
||||
font-size : smaller;
|
||||
font-style : italic;
|
||||
}
|
||||
font-size: smaller;
|
||||
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 */
|
||||
|
|
|
|||
|
|
@ -30,4 +30,3 @@ dl {
|
|||
font-weight:bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue