port some styling
parent
22e4d68c87
commit
eaddcb6460
|
@ -43,6 +43,10 @@
|
||||||
&.implementation {
|
&.implementation {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
color: var(--surface-900);
|
||||||
|
}
|
||||||
|
|
||||||
+.documentation {
|
+.documentation {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
@ -85,6 +89,10 @@
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
color: var(--surface-900);
|
||||||
|
}
|
||||||
|
|
||||||
.p-tabview {
|
.p-tabview {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
transition: background-color .3s;
|
transition: background-color .3s;
|
||||||
|
margin-left: .5rem;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(255,255,255,.2);
|
background-color: rgba(255,255,255,.2);
|
||||||
|
|
Loading…
Reference in New Issue