mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-04 11:53:18 +03:00
15 lines
102 B
CSS
15 lines
102 B
CSS
|
.sbdocs {
|
||
|
hr {
|
||
|
margin: 50px 0 30px;
|
||
|
}
|
||
|
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6 {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
}
|