This commit is contained in:
@@ -10,3 +10,24 @@ body {
|
||||
margin: 0;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
pre > code {
|
||||
background: transparent !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.codeStyle > code {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
pre > div > div > button > svg:hover {
|
||||
@apply hover:text-action transition-all ease-in-out duration-100 !important;
|
||||
}
|
||||
|
||||
h3 > a {
|
||||
@apply cursor-pointer relative xl:text-4xl text-2xl text-primary-text decoration-transparent font-black uppercase !important;
|
||||
}
|
||||
|
||||
h3 > a:hover::before {
|
||||
@apply content-['#'] absolute -left-8 text-gray-600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user