RegexBot/docs/assets/css/style.scss

24 lines
362 B
SCSS
Raw Normal View History

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