RegexBot/docs/assets/css/style.scss
2017-10-15 21:26:32 -07:00

20 lines
No EOL
400 B
SCSS

---
---
@import "{{ site.theme }}";
a {
border-bottom: 1px dashed #ffcc00;
}
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;
}
section #title span a { border-bottom: none; }
code { padding: 0px; }
ul { margin-bottom: 0px; }