Skip to content

Commit

Permalink
TextChat style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed May 18, 2024
1 parent 1ec2c04 commit 6ac3eeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}

:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
Expand All @@ -11,12 +17,6 @@
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
}

a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
padding: 7px;
overflow-x: hidden;
background-color: rgba(0, 0, 0, 0.7);
/* backdrop-filter: blur(3px); */
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
border-radius: 9px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
font-weight: 700;
Expand Down

0 comments on commit 6ac3eeb

Please sign in to comment.