Skip to content

Commit

Permalink
feat(ui): lighter styles
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed May 4, 2024
1 parent f6c5025 commit 3fb0043
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions mwp-web/src/static/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
--lightest: #aaa;
--font-sans: system-ui, sans-serif;
--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
--font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;

--spacings-bit: 4px;
--spacings-byte: 8px;
Expand Down Expand Up @@ -79,8 +78,7 @@ h2,
h3,
h4,
h5 {
font-weight: 400;
font-family: var(--font-serif);
font-weight: 500;
letter-spacing: -.05em;
margin: 0.25em 0 0.25em 0;
line-height: 1.375;
Expand Down Expand Up @@ -197,11 +195,9 @@ form {
#sidebar {
grid-area: sidebar;
padding: var(--spacings-giga);
border-right: 2px solid var(--light);

@media (width <=1000px) {
padding: var(--spacings-giga) var(--spacings-tera);
border-right: none;
border-bottom: 2px solid var(--light);
display: none;

Expand All @@ -215,7 +211,6 @@ form {
.meta {
grid-area: meta;
padding: var(--spacings-kilo) var(--spacings-giga);
border-bottom: 2px solid var(--light);
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down Expand Up @@ -244,7 +239,6 @@ footer {
article {
max-width: 920px;
width: 100%;
margin: 0 auto;

img {
max-width: 100%;
Expand Down

0 comments on commit 3fb0043

Please sign in to comment.