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