remark plugins and width
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -7,9 +7,12 @@ html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
body {
|
||||
@apply dark:bg-gradient-dark dark:text-primary-text bg-slate-100 text-gradient-dark xl:w-2/3 w-full mx-auto;
|
||||
@apply dark:bg-gradient-dark dark:text-primary-text bg-slate-100 text-gradient-dark w-full mx-auto;
|
||||
}
|
||||
main {
|
||||
max-width: 800px !important;
|
||||
margin: auto !important;
|
||||
}
|
||||
|
||||
.prose {
|
||||
margin: 0;
|
||||
min-width: 100%;
|
||||
@@ -32,7 +35,7 @@ pre > div > div > button > svg:hover {
|
||||
}
|
||||
|
||||
h1 > a, h2 > a, h3 > a, h4 > a {
|
||||
@apply cursor-pointer relative text-gray-800 dark:text-primary-text decoration-transparent font-bold !important;
|
||||
@apply cursor-pointer relative text-gray-800 dark:text-gray-100 decoration-transparent font-bold !important;
|
||||
}
|
||||
|
||||
h1 > a:hover::before,
|
||||
|
||||
Reference in New Issue
Block a user