css format
This commit is contained in:
parent
55f2330654
commit
e481e4976b
|
@ -1,3 +0,0 @@
|
||||||
<div class="comrade-bloc">
|
|
||||||
|
|
||||||
</div>
|
|
|
@ -34,8 +34,8 @@
|
||||||
--col-aside-fg: #171717;
|
--col-aside-fg: #171717;
|
||||||
--col-hf-bg: #e4002b;
|
--col-hf-bg: #e4002b;
|
||||||
--col-hf-fg: #ffffff;
|
--col-hf-fg: #ffffff;
|
||||||
--col-a:;
|
--col-a: #2293af;
|
||||||
--col-a-v:;
|
--col-a-v: #2293af;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
@ -79,8 +79,8 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
p, p[style] {
|
p, p[style] {
|
||||||
font-family: var(--font-p); !important
|
font-family: var(--font-p) !important;
|
||||||
font-size: 1.2rem; !important
|
font-size: 1.2rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -366,7 +366,7 @@ section.widget div.tnp {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 300px; !important
|
width: 300px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.tnp-form input {
|
form.tnp-form input {
|
||||||
|
|
Loading…
Reference in New Issue