style tweaks #8

Merged
Hare merged 8 commits from develop into master 2024-09-03 21:37:03 +09:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 8b599165e1 - Show all commits

View File

@ -3,6 +3,7 @@
--color-concept: hsl(39, 100%, 25%, 0.5); --color-concept: hsl(39, 100%, 25%, 0.5);
--color-concept-hsl: 39, 100%, 25%; --color-concept-hsl: 39, 100%, 25%;
--color-outline: #ffffff40; --color-outline: #ffffff40;
width: 100%;
* { * {
color: var(--color-text); color: var(--color-text);
} }
@ -98,6 +99,7 @@
font-family: monospace; font-family: monospace;
margin-top: 0.75rem; margin-top: 0.75rem;
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
white-space: pre-wrap;
} }
code { code {
display: inline-block; display: inline-block;

View File

@ -100,7 +100,7 @@
min-height: 100%; min-height: 100%;
padding: 20px; padding: 20px;
padding-top: 100px; padding-top: 100px;
width: 1000px; max-width: 1000px;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;