WIP: c9f5dfc Update 'content/projects/RE-Chess.md'

This commit is contained in:
rei
2023-03-13 23:43:17 +01:00
parent 9b8b59d4e6
commit 63245d9afd
3 changed files with 35 additions and 7 deletions

View File

@@ -27,14 +27,17 @@ pre > code {
}
.codeStyle {
@apply bg-transparent !important
@apply bg-transparent !important;
}
pre > div > div > button > svg:hover {
@apply hover:text-action transition-all ease-in-out duration-100 !important;
}
h1 > a, h2 > a, h3 > a, h4 > a {
h1 > a,
h2 > a,
h3 > a,
h4 > a {
@apply cursor-pointer relative text-gray-800 dark:text-gray-100 decoration-transparent font-bold !important;
}
@@ -57,9 +60,9 @@ h4 > a:hover::before {
@apply -left-4;
}
div > code, pre > code {
@apply p-0 m-0 !important
div > code,
pre > code {
@apply p-0 m-0 !important;
}
.slider {
@@ -107,4 +110,4 @@ div > code, pre > code {
opacity: 1;
transition-duration: 0.5s;
transform: scale(0.8);
}
}