refining aside

This commit is contained in:
Antoine M 2024-07-17 11:55:14 +02:00
parent d14340e083
commit ec3ce40c60

View File

@ -6,6 +6,17 @@
.single-editor-content {
@apply py-4;
}
aside a {
text-decoration: none !important;
@apply !font-normal;
&:hover {
@apply !bg-transparent;
}
&.active {
@apply !font-bold;
}
}
h1 {
@apply text-4xl font-bold;
}