Changed font to system font stack and fixed the line height

pull/8/head
Emirhan 1 year ago committed by GitHub
parent b5a8fb0b67
commit 4bc8b43f41
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