mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
fix font-weight to light
This commit is contained in:
parent
4ba0d8f2c1
commit
443feab5b2
|
|
@ -29,7 +29,7 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: 500;
|
font-weight: 300;
|
||||||
//padding-bottom: 1rem;
|
//padding-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -49,6 +49,10 @@ article {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 1rem 0 1rem 0;
|
margin: 1rem 0 1rem 0;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|
|
||||||
|
|
@ -13,13 +13,17 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: normal;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
input, select, textarea, .textarea, button {
|
input, select, textarea, .textarea, button {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
border-bottom: 1px solid #ebedf2;
|
border-bottom: 1px solid #ebedf2;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-weight: 500;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portlet-foot {
|
.portlet-foot {
|
||||||
|
|
|
||||||
13
styles.css
13
styles.css
|
|
@ -10,7 +10,7 @@ a {
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-weight: normal; }
|
font-weight: 300; }
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none; }
|
list-style: none; }
|
||||||
|
|
@ -3229,7 +3229,7 @@ article {
|
||||||
article mark {
|
article mark {
|
||||||
background: #f9ffa1; }
|
background: #f9ffa1; }
|
||||||
article h1, article h2, article h3, article h4, article h5, article h6 {
|
article h1, article h2, article h3, article h4, article h5, article h6 {
|
||||||
font-weight: 500; }
|
font-weight: 300; }
|
||||||
article h1 {
|
article h1 {
|
||||||
font-size: 1.4rem; }
|
font-size: 1.4rem; }
|
||||||
article h2 {
|
article h2 {
|
||||||
|
|
@ -3238,6 +3238,9 @@ article {
|
||||||
font-size: 1.1rem; }
|
font-size: 1.1rem; }
|
||||||
article h4, article h5, article h6 {
|
article h4, article h5, article h6 {
|
||||||
font-size: 1rem; }
|
font-size: 1rem; }
|
||||||
|
article strong {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
article pre {
|
article pre {
|
||||||
margin: 1rem 0 1rem 0;
|
margin: 1rem 0 1rem 0;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|
@ -3314,7 +3317,9 @@ p {
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
p + p {
|
p + p {
|
||||||
margin-top: 5px; }
|
margin-top: 5px; }
|
||||||
|
th {
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
.blurry-text {
|
.blurry-text {
|
||||||
text-shadow: 0 0 .9rem #000;
|
text-shadow: 0 0 .9rem #000;
|
||||||
color: transparent; }
|
color: transparent; }
|
||||||
|
|
@ -4959,7 +4964,7 @@ span.tag {
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
border-bottom: 1px solid #ebedf2;
|
border-bottom: 1px solid #ebedf2;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-weight: 500; }
|
font-weight: 300; }
|
||||||
.portlet .portlet-foot {
|
.portlet .portlet-foot {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user