Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit 60765c9

Browse files
committed
chore(root): run prettier
1 parent f44ba5a commit 60765c9

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* jetbrains-mono-regular - latin */
22
@font-face {
33
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
4-
font-family: 'JetBrains Mono';
4+
font-family: "JetBrains Mono";
55
font-style: normal;
66
font-weight: 400;
7-
src: url('/fonts/jetbrains-mono-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
7+
src: url("/fonts/jetbrains-mono-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
88
}

apps/dashboard/src/styles/global.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ a {
1717
color: #f38ba8;
1818
}
1919

20-
a,button {
20+
a,
21+
button {
2122
&:hover {
2223
cursor: pointer;
2324
opacity: 0.7;
@@ -31,14 +32,16 @@ nav {
3132
background: #313244;
3233
height: 64px;
3334

34-
span, code, ul {
35+
span,
36+
code,
37+
ul {
3538
display: flex;
3639
align-items: center;
3740
}
3841

3942
code {
4043
display: inline-flex;
41-
margin-left: .5em;
44+
margin-left: 0.5em;
4245
color: #a6adc8;
4346
}
4447

0 commit comments

Comments
 (0)