Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions client/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@

:root {
--icon-size: 24px;
--primary-color: #4285f4;
--primary-color: #0530AD;
--peer-width: 120px;
--text-color: #333;
--bg-color: #fafafa;
--bg-color-secondary: #f1f3f4;
}

/* Layout */

@font-face {
font-family: 'syne';
src: url('syne.ttf') format('truetype');
}
html {
height: 100%;
}
Expand Down Expand Up @@ -82,10 +85,10 @@ header {

/* Typography */

body {
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
*{

font-family: '', sans-serif;

}

h1 {
Expand Down Expand Up @@ -118,13 +121,13 @@ h3 {

.font-body1,
body {
font-size: 14px;
font-size: 18px;
font-weight: 400;
line-height: 20px;
}

.font-body2 {
font-size: 12px;
font-size: 14px;
line-height: 18px;
}

Expand Down
Binary file added client/syne.ttf
Binary file not shown.