Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed May 23, 2024
1 parent 380e98d commit 04c238d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions image_to_tellraw/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
*,
*::before,
*::after {
box-sizing: border-box;
color-scheme: dark;
margin: 0;
padding: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
height: 100vh;
display: grid;
grid-template-rows: min-content min-content min-content auto;
}

textarea {
width: 100%;
height: 100%;
resize: none;
font-family: monospace;
}

0 comments on commit 04c238d

Please sign in to comment.