Merge pull request #8 from edurur/patch-1

Changed font to system font stack and fixed the line height
pull/9/head
beucismis 1 year ago committed by GitHub
commit 79d18ba963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ozgursozluk/static/style.css

@ -4,7 +4,7 @@
html {
color: var(--main-fg);
font-family: sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;;
background-color: var(--main-bg);
}
@ -127,6 +127,7 @@ form input, form select, form button {
.content {
margin: 0;
padding: 0;
line-height: 1.5;
}
.content .b, .content .url {

Loading…
Cancel
Save