mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 23:05:28 +00:00
2bb994ace4
* website - font and brand updates * sidebar font-size adjustments and scss cleanup * adjust nav and inline code styles
26 lines
214 B
SCSS
26 lines
214 B
SCSS
.consul-connect {
|
|
ul,
|
|
p {
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h2,
|
|
.h2 {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
h3,
|
|
.h3 {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
h6,
|
|
.h6 {
|
|
margin: 1em 0;
|
|
}
|
|
}
|