We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8839b commit ce0ec42Copy full SHA for ce0ec42
1 file changed
src/styles/global.css
@@ -71,7 +71,8 @@ button:active {
71
@apply outline-1 outline-accent outline-offset-2;
72
}
73
74
-a, button {
+a,
75
+button {
76
@apply hover:cursor-pointer;
77
78
@@ -111,6 +112,12 @@ article img {
111
112
div.expressive-code {
113
@apply my-8;
114
115
+ /* Prevent italics in code blocks */
116
+ /* Feel free to remove this if you want italics */
117
+ div.code span {
118
+ font-style: normal !important;
119
+ }
120
+
121
figure {
122
@apply border-2 border-foreground/8 !rounded-xl;
123
box-shadow: none !important;
0 commit comments