Remove special link class
This cleans up the code quite a bit, but also allows links in editable content to be rendered with the default style.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
body {
|
||||
@apply leading-none bg-cover bg-fixed;
|
||||
background-image: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%), url('/img/bg-1.jpg');
|
||||
color: black;
|
||||
}
|
||||
|
||||
body#admin {
|
||||
@@ -59,4 +60,13 @@
|
||||
main ul li {
|
||||
@apply leading-6;
|
||||
}
|
||||
|
||||
main a:not(nav > *),
|
||||
main a:not([data-tabs-target="tab"] {
|
||||
@apply text-blue-600;
|
||||
&:hover { @apply underline; }
|
||||
&:visited { @apply text-indigo-600; }
|
||||
&:active { @apply text-red-600; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user