Update intro
parent
a65be016d7
commit
d670c4e4c8
|
@ -48,8 +48,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.introduction {
|
&.introduction {
|
||||||
color: #ffffff;
|
background-color: var(--primary-color);
|
||||||
background-color: #2196f3;
|
color: var(--primary-color-text);
|
||||||
|
|
||||||
.feature-intro {
|
.feature-intro {
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -135,15 +135,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
i:not([class~="pi"]) {
|
i:not([class~="pi"]) {
|
||||||
background-color: var(--primary-color);
|
background-color: #2196f3;
|
||||||
color: var(--primary-color-text);
|
color: #ffffff;
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
font-family: Monaco, courier, monospace;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
letter-spacing: .5px;
|
letter-spacing: .5px;
|
||||||
border-radius: 4px;
|
border-radius: 3px;
|
||||||
font-weight: 500;
|
font-weight: 600;
|
||||||
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-tabview {
|
.p-tabview {
|
||||||
|
|
Loading…
Reference in New Issue