The great flattification
This commit is contained in:
@@ -103,7 +103,9 @@ const code = async file => {
|
||||
|
||||
<style>
|
||||
.container {
|
||||
background: var(--layer_2_color);
|
||||
background: var(--body_color);
|
||||
border: 2px solid var(--separator);
|
||||
border-radius: 16px;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
height: 100%;
|
||||
|
@@ -191,7 +191,7 @@ h1 {
|
||||
flex: 0 0 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
background-color: var(--layer_1_color);
|
||||
background-color: var(--shaded_background);
|
||||
box-shadow: 1px 1px 6px var(--shadow_color);
|
||||
padding: 0 2px 2px 2px;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user