aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/style/main.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-18 15:04:04 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commitc6fd9e81ea028d90a24456be0a2731ac382c2d32 (patch)
tree2573d221cf2abeb72bf4ada4e7c665ea5d0c96b0 /vnext/src/style/main.css
parente4da60a01845c6c4037f6593e4b1dff70001440f (diff)
Revert "fonts cleanup"
This reverts commit d85ed7372b36aa110024b3577c6f67eb79fe5b9a.
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r--vnext/src/style/main.css25
1 files changed, 12 insertions, 13 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css
index be6c089f..2e2f3fdd 100644
--- a/vnext/src/style/main.css
+++ b/vnext/src/style/main.css
@@ -20,9 +20,7 @@ input,
textarea,
button {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- font-size: 1em;
- font-weight: 300;
- line-height: 1.2em;
+ font-size: 12pt;
-webkit-font-smoothing: subpixel-antialiased;
}
h1,
@@ -121,7 +119,7 @@ noscript article {
}
#footer {
color: #999;
- font-size: small;
+ font-size: 10pt;
margin: 40px;
padding: 10px 0;
}
@@ -169,6 +167,7 @@ noscript article {
#global a {
color: #888;
display: inline-block;
+ font-size: 13pt;
padding: 14px 6px;
}
#global li {
@@ -201,7 +200,7 @@ noscript article {
}
#ctitle {
- font-size: 1em;
+ font-size: 14pt;
}
#ctitle img {
margin-right: 5px;
@@ -209,7 +208,7 @@ noscript article {
width: 48px;
}
#ustats li {
- font-size: small;
+ font-size: 10pt;
margin: 3px 0;
}
#column table.iread {
@@ -259,7 +258,7 @@ article,
article time,
.msg-cont time {
color: #999;
- font-size: small;
+ font-size: 10pt;
}
article p,
.msg-cont p {
@@ -286,7 +285,7 @@ article > nav.l,
border-top: 1px solid #eee;
display: flex;
justify-content: space-around;
- font-size: small;
+ font-size: 10pt;
}
article > nav.l a,
.msg-cont > nav.l a {
@@ -314,7 +313,7 @@ article .tags > a,
color: #888;
cursor: pointer;
display: inline-block;
- font-size: small;
+ font-size: 10pt;
margin-bottom: 5px;
margin-right: 5px;
padding: 0 10px;
@@ -479,21 +478,21 @@ article .tags > a,
}
#global a {
padding: 14px 2px;
- font-size: small;
+ font-size: 11pt;
}
.msg-cont > nav.l,
article > nav.l {
- font-size: small;
+ font-size: 9pt;
}
.msg-txt {
padding-top: 5px;
}
.title2 {
- font-size: small;
+ font-size: 11pt;
width: auto;
}
#content .title2 h2 {
- font-size: small;
+ font-size: 11pt;
}
.title2-right {
line-height: initial;