1139:7dfa5bcf39ee | 1140:88a9ee79c102 |
---|---|
1 html.theme-light { | |
2 --ucx-color-accent: #5b6f7a; | |
3 } | |
4 html.theme-dark { | |
5 --ucx-color-accent: #215c59; | |
6 } | |
7 | |
8 .article__h1 { | |
9 margin: 0; | |
10 padding: 0; | |
11 .title { | |
12 display: block; | |
13 } | |
14 .title__content { | |
15 display: block; | |
16 color: white; | |
17 background-color: var(--ucx-color-accent); | |
18 padding: 0.1em; | |
19 } | |
20 } | |
21 | |
22 .article__h2 .title__content { | |
23 border-bottom-color: var(--ucx-color-accent); | |
24 border-bottom-style: solid; | |
25 border-bottom-width: 1pt; | |
26 width: 100%; | |
27 } |