mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 03:08:41 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/cssOMS into develop
This commit is contained in:
commit
cfb6ca9ca3
10
styles.css
10
styles.css
|
|
@ -15,6 +15,9 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
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;
|
||||||
|
|
@ -3239,8 +3242,7 @@ article {
|
||||||
article h4, article h5, article h6 {
|
article h4, article h5, article h6 {
|
||||||
font-size: 1rem; }
|
font-size: 1rem; }
|
||||||
article strong {
|
article strong {
|
||||||
font-weight: 500;
|
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;
|
||||||
|
|
@ -3317,9 +3319,7 @@ 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; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user