port some styling

pull/2530/head
Tuğçe Küçükoğlu 2022-05-09 15:36:24 +03:00
parent 22e4d68c87
commit eaddcb6460
2 changed files with 9 additions and 0 deletions

View File

@ -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;

View File

@ -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);