WIP: c9f5dfc Update 'content/projects/RE-Chess.md'
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user