The great flattification

This commit is contained in:
2022-03-29 21:41:46 +02:00
parent e5328a7d6c
commit 2b847c0456
41 changed files with 379 additions and 317 deletions

View File

@@ -41,7 +41,7 @@ export let highlight = false
<style>
.expandable {
text-decoration: none;
background-color: var(--layer_3_color);
background-color: var(--popout_color);
margin: 0.6em 0;
border-radius: 6px;
overflow: hidden;
@@ -49,11 +49,11 @@ export let highlight = false
.header {
display: flex;
flex-direction: row;
color: var(--text_color);
color: var(--body_text_color);
}
.click_expand:hover, .highlight:hover {
background-color: var(--input_color_dark);
color: var(--input_text_color);
background: var(--input_background);
color: var(--input_text);
}
.click_expand {
cursor: pointer;
@@ -72,8 +72,7 @@ export let highlight = false
padding: 0.4em;
flex-direction: column;
text-decoration: none;
border-top: 1px solid var(--layer_3_color_border);
color: var(--text_color);
border-top: 1px solid var(--separator);
}
.hidden {
display: none;