2017-09-13 02:55:07 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
|
2017-10-16 04:26:32 +00:00
|
|
|
a {
|
|
|
|
border-bottom: 1px dashed #ffcc00;
|
|
|
|
}
|
|
|
|
|
2017-09-13 02:55:07 +00:00
|
|
|
section #title h1 {
|
|
|
|
// Compensating for removal of description line
|
|
|
|
margin-bottom: 18px;
|
|
|
|
// And some other adjustments so it doesn't look so odd by itself
|
|
|
|
text-align: left;
|
|
|
|
letter-spacing: 0.05em;
|
2017-10-16 04:17:12 +00:00
|
|
|
}
|
2017-10-16 04:26:32 +00:00
|
|
|
section #title span a { border-bottom: none; }
|
2017-10-16 04:17:12 +00:00
|
|
|
|
2017-10-16 04:26:32 +00:00
|
|
|
code { padding: 0px; }
|
2017-10-16 05:56:47 +00:00
|
|
|
ul ul { margin-bottom: 0px; }
|