More CSS adjustments
This commit is contained in:
parent
8280d1ad3f
commit
db0673bc40
1 changed files with 7 additions and 11 deletions
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
|
a {
|
||||||
|
border-bottom: 1px dashed #ffcc00;
|
||||||
|
}
|
||||||
|
|
||||||
section #title h1 {
|
section #title h1 {
|
||||||
// Compensating for removal of description line
|
// Compensating for removal of description line
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
@ -10,15 +14,7 @@ section #title h1 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
}
|
}
|
||||||
|
section #title span a { border-bottom: none; }
|
||||||
|
|
||||||
code {
|
code { padding: 0px; }
|
||||||
padding: 0px;
|
ul { margin-bottom: 0px; }
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
border-bottom: 1px dashed #ffcc00;
|
|
||||||
}
|
|
Loading…
Reference in a new issue